diff options
author | gdt <gdt@pkgsrc.org> | 2008-01-29 16:04:13 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-01-29 16:04:13 +0000 |
commit | ff7f7b0ccc7ab7cdb55f077ce4768769181432ef (patch) | |
tree | 304f6cde89e975d6a4f17525c882d6bbd4e9548a /print | |
parent | 5c695ce274d1f5e70566de8b74abd45c86799822 (diff) | |
download | pkgsrc-ff7f7b0ccc7ab7cdb55f077ce4768769181432ef.tar.gz |
Conditionally add cups files to PLIST. From Matthias Drochner.
Partially addresses PR pkg/37888.
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript/PLIST | 7 |
2 files changed, 8 insertions, 3 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile index 50dd4ded4b2..ed0e5f3464a 100644 --- a/print/ghostscript/Makefile +++ b/print/ghostscript/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2008/01/24 15:17:30 gdt Exp $ +# $NetBSD: Makefile,v 1.44 2008/01/29 16:04:13 gdt Exp $ DISTNAME= ghostscript-8.61 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} EXTRACT_SUFX= .tar.bz2 diff --git a/print/ghostscript/PLIST b/print/ghostscript/PLIST index 25f2e5fe5bb..abb5fb0bbba 100644 --- a/print/ghostscript/PLIST +++ b/print/ghostscript/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2008/01/09 19:01:07 drochner Exp $ +@comment $NetBSD: PLIST,v 1.7 2008/01/29 16:04:13 gdt Exp $ bin/bdftops bin/dumphint bin/dvipdf @@ -31,6 +31,8 @@ bin/ps2ps2 bin/pv.sh bin/unix-lpr.sh bin/wftopfa +${CUPS}libexec/cups/filter/pstopxl +${CUPS}libexec/cups/filter/pstoraster man/de/man1/dvipdf.1 man/de/man1/eps2eps.1 man/de/man1/font2c.1 @@ -69,6 +71,9 @@ man/man1/ps2pdf13.1 man/man1/ps2pdfwr.1 man/man1/ps2ps.1 man/man1/wftopfa.1 +${CUPS}share/cups/model/pxlcolor.ppd +${CUPS}share/cups/model/pxlmono.ppd +${CUPS}share/examples/cups/pstoraster.convs share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-H share/ghostscript/${PKGVERSION}/Resource/CMap/78-EUC-V share/ghostscript/${PKGVERSION}/Resource/CMap/78-H |