summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorwiz <wiz>2008-09-06 16:29:11 +0000
committerwiz <wiz>2008-09-06 16:29:11 +0000
commita38d8c010763f7294ba94811655d0933aad8d500 (patch)
tree7e79b2f1c061a85eabbcc4e806b93547efbe8e45 /fonts
parentfd6d45891269fca401c395e4b5edb1228ab7772e (diff)
downloadpkgsrc-a38d8c010763f7294ba94811655d0933aad8d500.tar.gz
Don't remove include/X11/fonts unconditionally.
Bump PKGREVISION.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/libfontenc/Makefile3
-rw-r--r--fonts/libfontenc/PLIST5
2 files changed, 5 insertions, 3 deletions
diff --git a/fonts/libfontenc/Makefile b/fonts/libfontenc/Makefile
index 0b5202f3f54..78c2ee9d21f 100644
--- a/fonts/libfontenc/Makefile
+++ b/fonts/libfontenc/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2008/05/24 21:45:21 tnn Exp $
+# $NetBSD: Makefile,v 1.5 2008/09/06 16:29:11 wiz Exp $
#
DISTNAME= libfontenc-1.0.4
+PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XORG:=lib/}
EXTRACT_SUFX= .tar.bz2
diff --git a/fonts/libfontenc/PLIST b/fonts/libfontenc/PLIST
index f732d3b0b8f..af22b96b286 100644
--- a/fonts/libfontenc/PLIST
+++ b/fonts/libfontenc/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/03 16:30:48 joerg Exp $
+@comment $NetBSD: PLIST,v 1.2 2008/09/06 16:29:11 wiz Exp $
include/X11/fonts/fontenc.h
lib/libfontenc.la
lib/pkgconfig/fontenc.pc
-@comment @dirrm include/X11/fonts
+@unexec ${RMDIR} %D/include/X11/fonts 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/include/X11 2>/dev/null || ${TRUE}