[csw-devel] SF.net SVN: gar:[19523] csw/mgar/pkg/lang-python/formencode/trunk/Makefile
bdwalton at users.sourceforge.net
bdwalton at users.sourceforge.net
Thu Oct 25 18:21:48 CEST 2012
Revision: 19523
http://gar.svn.sourceforge.net/gar/?rev=19523&view=rev
Author: bdwalton
Date: 2012-10-25 16:21:47 +0000 (Thu, 25 Oct 2012)
Log Message:
-----------
lang-python/formencode/trunk: use SITE_PACKAGES to reference files for future maintainability
Modified Paths:
--------------
csw/mgar/pkg/lang-python/formencode/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/formencode/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/formencode/trunk/Makefile 2012-10-25 16:21:35 UTC (rev 19522)
+++ csw/mgar/pkg/lang-python/formencode/trunk/Makefile 2012-10-25 16:21:47 UTC (rev 19523)
@@ -20,7 +20,7 @@
LICENSE = PKG-INFO
ARCHALL_CSWpy-formencode = 1
-REINPLACE_USRSHARE = $(libdir)/python2.6/site-packages/formencode/api.py
+REINPLACE_USRSHARE = $(SITE_PACKAGES)/formencode/api.py
REINPLACE_WHEN_USRSHARE = postinstall
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