[csw-devel] SF.net SVN: gar:[5740] csw/mgar/pkg/beautifulsoup/trunk/Makefile

wahwah at users.sourceforge.net wahwah at users.sourceforge.net
Thu Jul 30 17:42:15 CEST 2009


Revision: 5740
          http://gar.svn.sourceforge.net/gar/?rev=5740&view=rev
Author:   wahwah
Date:     2009-07-30 15:42:14 +0000 (Thu, 30 Jul 2009)

Log Message:
-----------
beautifulsoup: s/pycompile/cswpycompile/

Modified Paths:
--------------
    csw/mgar/pkg/beautifulsoup/trunk/Makefile

Modified: csw/mgar/pkg/beautifulsoup/trunk/Makefile
===================================================================
--- csw/mgar/pkg/beautifulsoup/trunk/Makefile	2009-07-30 15:40:55 UTC (rev 5739)
+++ csw/mgar/pkg/beautifulsoup/trunk/Makefile	2009-07-30 15:42:14 UTC (rev 5740)
@@ -38,7 +38,7 @@
 REQUIRED_PKGS_CSWbeautifulsoup = CSWpython CSWcswclassutils
 
 PROTOTYPE_FILTER = awk ' \
-  $$$$3 ~/.*\.py$$$$/ { $$$$2 = "pycompile" } \
+  $$$$3 ~/.*\.py$$$$/ { $$$$2 = "cswpycompile" } \
   { print }'
 
 build-beautifulsoup:
@@ -50,4 +50,8 @@
 post-install-modulated:
 	rm $(DESTDIR)$(bindir)/*.sh
 
+post-install-modulated:
+	gfind $(DESTDIR) -type f -name '*.pyc' -exec rm {} \;
+	@$(MAKECOOKIE)
+
 include gar/category.mk


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