[csw-devel] SF.net SVN: gar:[5086] csw/mgar/pkg/python/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Thu May 28 16:46:14 CEST 2009
Revision: 5086
http://gar.svn.sourceforge.net/gar/?rev=5086&view=rev
Author: valholla
Date: 2009-05-28 14:46:14 +0000 (Thu, 28 May 2009)
Log Message:
-----------
rename class to match classutils name
Modified Paths:
--------------
csw/mgar/pkg/python/trunk/Makefile
Modified: csw/mgar/pkg/python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/python/trunk/Makefile 2009-05-28 14:06:03 UTC (rev 5085)
+++ csw/mgar/pkg/python/trunk/Makefile 2009-05-28 14:46:14 UTC (rev 5086)
@@ -3,7 +3,7 @@
CATEGORIES = lang
SPKG_SOURCEURL = http://www.python.org/download/releases/$(GARVERSION)
-SPKG_CLASSES = none pycompile
+SPKG_CLASSES = none cswpycompile
DESCRIPTION = A high-level scripting language.
define BLURB
@@ -76,7 +76,7 @@
CONFIGURE_ARGS += LDFLAGS='-R/opt/csw/lib -L/opt/csw/lib'
# use prototype filters to set the class
-PROTOTYPE_FILTER = awk '$$$$3 ~/.*\.py$$$$/ { $$$$2 = "pycompile" } { print }'
+PROTOTYPE_FILTER = awk '$$$$3 ~/.*\.py$$$$/ { $$$$2 = "cswpycompile" } { print }'
PACKAGES = CSWidle CSWpython CSWpython-devel CSWpython-rt CSWpython-tk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list