Ticket #12972: docbook2X.diff
File docbook2X.diff, 704 bytes (added by milosh@…, 17 years ago) |
---|
-
Portfile
1 1 # $Id$ 2 2 3 3 PortSystem 1.0 4 4 5 name docbook2X 5 6 version 0.8.8 7 revision 1 6 8 categories textproc 7 9 platforms darwin 8 10 maintainers markd@macports.org … … 21 23 port:libiconv \ 22 24 port:libxml2 23 25 26 post-patch { 27 reinplace "s|http://docbook2x.sf.net/latest/xslt|${prefix}/share/docbook2X/xslt|" \ 28 ${worksrcpath}/perl/db2x_xsltproc.pl 29 reinplace "s|\${prefix}|${prefix}|" \ 30 ${worksrcpath}/configure 31 }