Changeset 80980
- Timestamp:
- 07/22/11 15:40:43 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/stgit/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/stgit/Portfile
r74631 r80980 3 3 4 4 PortSystem 1.0 5 PortGroup python2 61.05 PortGroup python27 1.0 6 6 7 7 name stgit 8 8 version 0.15 9 revision 29 revision 3 10 10 categories devel python 11 11 platforms darwin … … 40 40 41 41 post-build { 42 system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2. 6make all"42 system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.7 make all" 43 43 } 44 44 … … 46 46 47 47 post-destroot { 48 move ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2. 6/share/stgit/ \48 move ${destroot}${prefix}/Library/Frameworks/Python.framework/Versions/2.7/share/stgit/ \ 49 49 ${destroot}${prefix}/share/ 50 50 … … 68 68 depends_build-append port:asciidoc port:xmlto 69 69 post-build { 70 system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2. 6make all doc"70 system "cd ${worksrcpath} && PYTHON=${prefix}/bin/python2.7 make all doc" 71 71 } 72 72 }
Note: See TracChangeset
for help on using the changeset viewer.

