[91798] trunk/dports/sysutils/zeroinstall-injector/Portfile

afb at macports.org afb at macports.org
Tue Apr 10 13:14:28 PDT 2012


Revision: 91798
          https://trac.macports.org/changeset/91798
Author:   afb at macports.org
Date:     2012-04-10 13:14:28 -0700 (Tue, 10 Apr 2012)
Log Message:
-----------
zeroinstall-injector: reset all variables affected by variant

Modified Paths:
--------------
    trunk/dports/sysutils/zeroinstall-injector/Portfile

Modified: trunk/dports/sysutils/zeroinstall-injector/Portfile
===================================================================
--- trunk/dports/sysutils/zeroinstall-injector/Portfile	2012-04-10 20:13:12 UTC (rev 91797)
+++ trunk/dports/sysutils/zeroinstall-injector/Portfile	2012-04-10 20:14:28 UTC (rev 91798)
@@ -4,7 +4,7 @@
 
 name		zeroinstall-injector
 version		1.7
-revision	3
+revision	4
 platforms	darwin freebsd linux
 categories	sysutils
 license		LGPL
@@ -37,6 +37,10 @@
 
 set python.branch	2.6
 set python.bin		${prefix}/bin/python${python.branch}
+
+build.cmd	${python.bin} setup.py
+destroot.cmd	${python.bin} setup.py
+test.cmd	${python.bin}
 }
 
 variant python27 conflicts python26 description "use python 2.7" {
@@ -45,6 +49,10 @@
 
 set python.branch	2.7
 set python.bin		${prefix}/bin/python${python.branch}
+
+build.cmd	${python.bin} setup.py
+destroot.cmd	${python.bin} setup.py
+test.cmd	${python.bin}
 }
 
 if {![variant_isset python27]} {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120410/eb3e15c2/attachment.html>


More information about the macports-changes mailing list