Ticket #37149: Portfile.diff
File Portfile.diff, 970 bytes (added by lockhart (Thomas Lockhart), 12 years ago) |
---|
-
Portfile
old new 6 6 7 7 name fontconfig 8 8 version 2.10.1 9 revision 1 9 10 categories graphics 10 11 maintainers ryandesign 11 12 license fontconfig … … 36 37 } 37 38 set docdir ${prefix}/share/doc/${name} 38 39 39 configure.args --disable-silent-rules 40 post-patch { 41 # Update content to docbook-4.x since we do not have 3.x available in MacPorts 42 reinplace "s|V3.1|V4.2|" \ 43 ${worksrcpath}/doc/fontconfig-user.sgml \ 44 ${worksrcpath}/doc/fontconfig-devel.sgml 45 } 46 47 configure.args --disable-silent-rules HASDOCBOOK=no 40 48 41 49 # We put this into a pre-configure block so it can be evaluated _after_ platform selection. 42 50 pre-configure {