[60144] trunk/dports/devel/stgit/Portfile
blair at macports.org
blair at macports.org
Mon Nov 2 20:05:45 PST 2009
Revision: 60144
http://trac.macports.org/changeset/60144
Author: blair at macports.org
Date: 2009-11-02 20:05:44 -0800 (Mon, 02 Nov 2009)
Log Message:
-----------
Make sure that Python 2.6 is used during the build.
Modified Paths:
--------------
trunk/dports/devel/stgit/Portfile
Modified: trunk/dports/devel/stgit/Portfile
===================================================================
--- trunk/dports/devel/stgit/Portfile 2009-11-03 03:54:41 UTC (rev 60143)
+++ trunk/dports/devel/stgit/Portfile 2009-11-03 04:05:44 UTC (rev 60144)
@@ -6,6 +6,7 @@
name stgit
version 0.15
+revision 1
categories devel python
platforms darwin
maintainers boeyms openmaintainer
@@ -36,7 +37,7 @@
set stgman ""
post-build {
- system "cd ${worksrcpath} && make all"
+ system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.6 make all"
}
post-destroot {
@@ -64,7 +65,7 @@
lappend stgman ${worksrcpath}/Documentation/*.1
depends_build-append port:asciidoc port:xmlto
post-build {
- system "cd ${worksrcpath} && make all doc"
+ system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.6 make all doc"
}
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091102/041b8fde/attachment.html>
More information about the macports-changes
mailing list