[80217] trunk/dports/textproc/asciidoc/Portfile
jmr at macports.org
jmr at macports.org
Wed Jul 6 23:03:57 PDT 2011
Revision: 80217
http://trac.macports.org/changeset/80217
Author: jmr at macports.org
Date: 2011-07-06 23:03:55 -0700 (Wed, 06 Jul 2011)
Log Message:
-----------
asciidoc: fix shebang lines
Modified Paths:
--------------
trunk/dports/textproc/asciidoc/Portfile
Modified: trunk/dports/textproc/asciidoc/Portfile
===================================================================
--- trunk/dports/textproc/asciidoc/Portfile 2011-07-07 03:09:52 UTC (rev 80216)
+++ trunk/dports/textproc/asciidoc/Portfile 2011-07-07 06:03:55 UTC (rev 80217)
@@ -4,6 +4,7 @@
name asciidoc
version 8.6.5
+revision 1
categories textproc
maintainers boeyms openmaintainer
description Formatter/translator for text files to numerous formats
@@ -33,7 +34,7 @@
configure.python ${prefix}/bin/python2.5
post-destroot {
- reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python25:" \
+ reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.5:" \
${destroot}${prefix}/bin/asciidoc \
${destroot}${prefix}/bin/a2x
}
@@ -43,7 +44,7 @@
configure.python ${prefix}/bin/python2.6
post-destroot {
- reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python26:" \
+ reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.6:" \
${destroot}${prefix}/bin/asciidoc \
${destroot}${prefix}/bin/a2x
}
@@ -53,7 +54,7 @@
configure.python ${prefix}/bin/python2.7
post-destroot {
- reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python27:" \
+ reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.7:" \
${destroot}${prefix}/bin/asciidoc \
${destroot}${prefix}/bin/a2x
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110706/78f89475/attachment.html>
More information about the macports-changes
mailing list