diff options
author | mef <mef@pkgsrc.org> | 2013-12-25 02:26:48 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2013-12-25 02:26:48 +0000 |
commit | cf891a443f712d9a574c458d61773a687dd7758c (patch) | |
tree | 02e5fc75060e28f29f5744efc31ad131d66d172e /print | |
parent | c8af57ec0b9d571519e83dd18ccd646886b7c8ea (diff) | |
download | pkgsrc-cf891a443f712d9a574c458d61773a687dd7758c.tar.gz |
Adjust PLIST only when following option is active.
PKG_OPTIONS.ghostscript+=disable-compile-inits
No PKGREVISON++ (not packaged or binaries'd be the same before patch and after).
Discussed at thread starting
http://mail-index.netbsd.org/pkgsrc-users/2013/12/23/msg019089.html
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-agpl/PLIST | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/ghostscript-agpl/PLIST b/print/ghostscript-agpl/PLIST index 2a56732edfc..eef4b7d1832 100644 --- a/print/ghostscript-agpl/PLIST +++ b/print/ghostscript-agpl/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2013/08/22 21:07:08 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2013/12/25 02:26:48 mef Exp $ bin/dvipdf bin/eps2eps bin/font2c @@ -261,6 +261,10 @@ ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/FCO_Wingdin ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/Latin1 ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/StandardEncoding ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Decoding/Unicode +${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/CEEncoding +${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/ExpertEncoding +${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/ExpertSubsetEncoding +${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/NotDefEncoding ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Encoding/Wingdings ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-Bold ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/CenturySchL-BoldItal @@ -297,6 +301,7 @@ ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Bo ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-BoldItal ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Ital ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Font/URWPalladioL-Roma +${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/IdiomSet/Pscript5Idiom ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIcidfmap ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIconfig ${PLIST.no_cidfmap}share/ghostscript/${PKGVERSION}/Resource/Init/FAPIfontmap |