diff options
author | wiz <wiz@pkgsrc.org> | 2008-03-10 12:34:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-03-10 12:34:10 +0000 |
commit | ad955497c230605e3437115aef454a17e3497d0f (patch) | |
tree | 57503bc3eda6cede966678ac7dd9f9bd95650836 /print/ghostscript-esp | |
parent | d718062b8d3456c3ee1de278e447eede6ce20280 (diff) | |
download | pkgsrc-ad955497c230605e3437115aef454a17e3497d0f.tar.gz |
Try removing share/ghostscript directory during uninstall.
Bump PKGREVISION.
Diffstat (limited to 'print/ghostscript-esp')
-rw-r--r-- | print/ghostscript-esp/Makefile | 4 | ||||
-rw-r--r-- | print/ghostscript-esp/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/ghostscript-esp/Makefile b/print/ghostscript-esp/Makefile index f5630fd5371..2b795537ae0 100644 --- a/print/ghostscript-esp/Makefile +++ b/print/ghostscript-esp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.26 2008/01/18 05:08:54 tnn Exp $ +# $NetBSD: Makefile,v 1.27 2008/03/10 12:34:10 wiz Exp $ DISTNAME= espgs-${GS_VERS}-source PKGNAME= ghostscript-esp-${GS_VERS} -PKGREVISION= 8 +PKGREVISION= 9 BASEGS_VERS= 8.15 GS_VERS= ${BASEGS_VERS}.1 CATEGORIES= print diff --git a/print/ghostscript-esp/PLIST b/print/ghostscript-esp/PLIST index 3f5308562aa..b7457d97b39 100644 --- a/print/ghostscript-esp/PLIST +++ b/print/ghostscript-esp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2006/01/24 15:28:30 ben Exp $ +@comment $NetBSD: PLIST,v 1.8 2008/03/10 12:34:10 wiz Exp $ bin/bdftops bin/dvipdf bin/eps2eps @@ -524,5 +524,6 @@ share/ghostscript/${GS_VERS}/lib/zeroline.ps @dirrm share/ghostscript/${GS_VERS}/Resource/CMap @dirrm share/ghostscript/${GS_VERS}/Resource @dirrm share/ghostscript/${GS_VERS} +@unexec ${RMDIR} %D/share/ghostscript 2>/dev/null || ${TRUE} @dirrm share/examples/ghostscript @dirrm share/doc/ghostscript |