diff options
Diffstat (limited to 'x11/xpmicons/Makefile')
-rw-r--r-- | x11/xpmicons/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11/xpmicons/Makefile b/x11/xpmicons/Makefile index f2a63cd4d49..b3d3e7e178e 100644 --- a/x11/xpmicons/Makefile +++ b/x11/xpmicons/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2007/02/15 14:54:39 rillig Exp $ +# $NetBSD: Makefile,v 1.20 2007/06/16 14:39:28 obache Exp $ DISTNAME= xpmicons-1.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= x11 MASTER_SITES= http://www.plig.org/xwinman/ \ ftp://ftp.cit.gu.edu.au/pub/AIcons/ \ @@ -24,12 +24,6 @@ NO_BUILD= yes INSTALLATION_DIRS= include/X11/bitmaps include/X11/pixmaps -.include "../../mk/bsd.prefs.mk" - -.if ${X11_TYPE} != "xorg" && ${X11_TYPE} != "modular" -PLIST_SRC= PLIST PLIST.icons -.endif - post-extract: find ${WRKSRC} -type d -name .xvpics -print | ${XARGS} rm -rf |