Ticket #11454: Portfile-patch
File Portfile-patch, 533 bytes (added by fracai@…, 18 years ago) |
---|
Line | |
---|---|
1 | --- Portfile.orig 2007-02-27 23:09:28.000000000 -0500 |
2 | +++ Portfile 2007-02-27 23:09:45.000000000 -0500 |
3 | @@ -32,8 +32,8 @@ |
4 | |
5 | extract.only ${distname}${extract.suffix} |
6 | post-extract { file copy ${distpath}/18 ${workpath} } |
7 | -configure.args --mandir=\${prefix}/share/man \ |
8 | - --infodir=\${prefix}/share/info \ |
9 | +configure.args --mandir=${prefix}/share/man \ |
10 | + --infodir=${prefix}/share/info \ |
11 | --enable-locale \ |
12 | --enable-telnet \ |
13 | --enable-colors256 \ |