diff options
author | wiz <wiz@pkgsrc.org> | 2008-09-06 16:29:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-09-06 16:29:11 +0000 |
commit | bd32774a217422839ebf886ec20454a9b56569e3 (patch) | |
tree | 7e79b2f1c061a85eabbcc4e806b93547efbe8e45 /fonts | |
parent | 74b57441f894fe926a8af4c3f12397ec38825e32 (diff) | |
download | pkgsrc-bd32774a217422839ebf886ec20454a9b56569e3.tar.gz |
Don't remove include/X11/fonts unconditionally.
Bump PKGREVISION.
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/libfontenc/Makefile | 3 | ||||
-rw-r--r-- | fonts/libfontenc/PLIST | 5 |
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} |