summaryrefslogtreecommitdiff
path: root/print/ghostscript
diff options
context:
space:
mode:
authorwiz <wiz>2008-03-10 12:34:10 +0000
committerwiz <wiz>2008-03-10 12:34:10 +0000
commit06cca694b8cf95e49ead4c3a689cb1a0236d5c0f (patch)
tree57503bc3eda6cede966678ac7dd9f9bd95650836 /print/ghostscript
parentb0960cc18a8bfa741bc235ac34ff44507dfbe9e6 (diff)
downloadpkgsrc-06cca694b8cf95e49ead4c3a689cb1a0236d5c0f.tar.gz
Try removing share/ghostscript directory during uninstall.
Bump PKGREVISION.
Diffstat (limited to 'print/ghostscript')
-rw-r--r--print/ghostscript/Makefile4
-rw-r--r--print/ghostscript/PLIST4
2 files changed, 4 insertions, 4 deletions
diff --git a/print/ghostscript/Makefile b/print/ghostscript/Makefile
index 5d144577168..40a15d89ae3 100644
--- a/print/ghostscript/Makefile
+++ b/print/ghostscript/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.46 2008/03/05 19:12:16 drochner Exp $
+# $NetBSD: Makefile,v 1.47 2008/03/10 12:34:10 wiz Exp $
DISTNAME= ghostscript-8.62
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ghostscript/}
EXTRACT_SUFX= .tar.bz2
diff --git a/print/ghostscript/PLIST b/print/ghostscript/PLIST
index 9f36f1e8b56..b5d610a5c42 100644
--- a/print/ghostscript/PLIST
+++ b/print/ghostscript/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2008/03/05 11:01:12 drochner Exp $
+@comment $NetBSD: PLIST,v 1.9 2008/03/10 12:34:10 wiz Exp $
bin/bdftops
bin/dumphint
bin/dvipdf
@@ -687,4 +687,4 @@ share/ghostscript/${PKGVERSION}/lib/zeroline.ps
@dirrm share/ghostscript/${PKGVERSION}/Resource/CMap
@dirrm share/ghostscript/${PKGVERSION}/Resource
@dirrm share/ghostscript/${PKGVERSION}
-@dirrm share/ghostscript
+@unexec ${RMDIR} %D/share/ghostscript 2>/dev/null || ${TRUE}