diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xpmicons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xpmicons/Makefile b/x11/xpmicons/Makefile index 1a14defffaf..956e80fec7b 100644 --- a/x11/xpmicons/Makefile +++ b/x11/xpmicons/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2007/01/30 20:52:24 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2007/02/02 00:18:36 wiz Exp $ DISTNAME= xpmicons-1.0 PKGREVISION= 4 @@ -27,7 +27,7 @@ INSTALLATION_DIRS= include/X11/bitmaps include/X11/pixmaps .include "../../mk/bsd.prefs.mk" .if ${X11_TYPE} != "xorg" && ${X11_TYPE} != "modular" -PLIST_SRC+= PLIST.icons +PLIST_SRC= PLIST PLIST.icons .endif post-extract: |