Changeset 80217
- Timestamp:
- 07/06/11 23:03:55 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/textproc/asciidoc/Portfile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/textproc/asciidoc/Portfile
r80093 r80217 5 5 name asciidoc 6 6 version 8.6.5 7 revision 1 7 8 categories textproc 8 9 maintainers boeyms openmaintainer … … 34 35 35 36 post-destroot { 36 reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2 5:" \37 reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.5:" \ 37 38 ${destroot}${prefix}/bin/asciidoc \ 38 39 ${destroot}${prefix}/bin/a2x … … 44 45 45 46 post-destroot { 46 reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2 6:" \47 reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.6:" \ 47 48 ${destroot}${prefix}/bin/asciidoc \ 48 49 ${destroot}${prefix}/bin/a2x … … 54 55 55 56 post-destroot { 56 reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2 7:" \57 reinplace "s:#!/usr/bin/env python:#!${prefix}/bin/python2.7:" \ 57 58 ${destroot}${prefix}/bin/asciidoc \ 58 59 ${destroot}${prefix}/bin/a2x
Note: See TracChangeset
for help on using the changeset viewer.

