Ticket #11192: patch-Portfile.diff
File patch-Portfile.diff, 649 bytes (added by cssdev, 18 years ago) |
---|
-
Portfile
2 2 PortSystem 1.0 3 3 name texinfo 4 4 version 4.8 5 revision 15 revision 2 6 6 categories textproc 7 7 maintainers persquare@mac.com 8 8 description Texinfo is the official documentation format of the GNU project … … 20 20 configure.args --mandir=${prefix}/share/man \ 21 21 --infodir=${prefix}/share/info 22 22 23 depends_lib port:gettext \ 24 port:libiconv \ 25 port:ncurses 26 23 27 post-destroot { 24 28 file delete -force ${destroot}${prefix}/lib/charset.alias 25 29 }