summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2008-03-10 12:34:10 +0000
committerwiz <wiz@pkgsrc.org>2008-03-10 12:34:10 +0000
commitad955497c230605e3437115aef454a17e3497d0f (patch)
tree57503bc3eda6cede966678ac7dd9f9bd95650836 /fonts
parentd718062b8d3456c3ee1de278e447eede6ce20280 (diff)
downloadpkgsrc-ad955497c230605e3437115aef454a17e3497d0f.tar.gz
Try removing share/ghostscript directory during uninstall.
Bump PKGREVISION.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/ghostscript-fonts/Makefile4
-rw-r--r--fonts/ghostscript-fonts/PLIST3
2 files changed, 4 insertions, 3 deletions
diff --git a/fonts/ghostscript-fonts/Makefile b/fonts/ghostscript-fonts/Makefile
index 6436212d94c..bdc14bec362 100644
--- a/fonts/ghostscript-fonts/Makefile
+++ b/fonts/ghostscript-fonts/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.17 2006/12/27 18:08:17 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2008/03/10 12:34:10 wiz Exp $
DISTNAME= ghostscript-fonts-8.11
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= fonts
MASTER_SITES+= ${MASTER_SITE_SOURCEFORGE:=ghostscript/} \
ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/fonts/
diff --git a/fonts/ghostscript-fonts/PLIST b/fonts/ghostscript-fonts/PLIST
index 6ccbc6ebf6b..09583799ff7 100644
--- a/fonts/ghostscript-fonts/PLIST
+++ b/fonts/ghostscript-fonts/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2006/12/27 18:08:17 joerg Exp $
+@comment $NetBSD: PLIST,v 1.4 2008/03/10 12:34:10 wiz Exp $
share/ghostscript/fonts/a010013l.afm
share/ghostscript/fonts/a010013l.pfb
share/ghostscript/fonts/a010013l.pfm
@@ -152,3 +152,4 @@ share/ghostscript/fonts/z003034l.afm
share/ghostscript/fonts/z003034l.pfb
share/ghostscript/fonts/z003034l.pfm
@dirrm share/ghostscript/fonts
+@unexec ${RMDIR} %D/share/ghostscript 2>/dev/null || ${TRUE}