Ticket #26057: Portfile.diff
File Portfile.diff, 1.0 KB (added by someuser12, 4 years ago) |
---|
-
Portfile
old new 4 4 5 5 name xpdf 6 6 version 3.04 7 revision 27 revision 3 8 8 description Xpdf is a viewer for PDF files. 9 9 long_description Xpdf is a viewer for Portable Document Format \ 10 10 (PDF) files. These are also sometimes also called \ … … 40 40 port:libpaper \ 41 41 lib:libXm:openmotif 42 42 43 depends_run path:share/ ghostscript/fonts:ghostscript43 depends_run path:share/fonts/urw-fonts:urw-fonts 44 44 45 45 patch.post_args -p1 46 46 patchfiles patch-xpdf-NameToUnicodeTable.h.diff \ 47 47 patch-xpdf-UnicodeMapTables.h.diff 48 48 49 49 post-patch { 50 reinplace "s|/usr/local |${prefix}|g" \50 reinplace "s|/usr/local/share/ghostscript/fonts|/usr/local/share/fonts/urw-fonts|g;s|/usr/local|${prefix}|g" \ 51 51 ${worksrcpath}/doc/sample-xpdfrc ${worksrcpath}/xpdf/GlobalParams.cc 52 52 } 53 53