diff -ru ports.upstream/textproc/asciidoc/Portfile ports/textproc/asciidoc/Portfile
old
|
new
|
|
4 | 4 | |
5 | 5 | name asciidoc |
6 | 6 | version 8.2.5 |
| 7 | revision 1 |
7 | 8 | categories textproc |
8 | 9 | maintainers boeyms openmaintainer |
9 | 10 | description Formatter/translator for text files to numerous formats |
… |
… |
|
72 | 73 | doc/a2x.1 \ |
73 | 74 | ${destroot}${prefix}/share/man/man1 |
74 | 75 | |
75 | | reinplace "s|^#!/usr/bin/env python|#!${prefix}/bin/python|" \ |
| 76 | reinplace "s|^#!/usr/bin/env python|#!${prefix}/bin/python2.4|" \ |
76 | 77 | ${destroot}${prefix}/bin/${name} \ |
77 | 78 | ${destroot}${prefix}/etc/${name}/filters/code-filter.py |
78 | 79 | reinplace "s|/etc/${name}|${prefix}/etc/${name}|" \ |