From 51a1e2f27114051867c75f7f82ee84f4015937c5 Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 2 Feb 2007 00:18:36 +0000 Subject: Fix PLIST for non-modular-xorg case (hi joerg!) --- x11/xpmicons/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/xpmicons') 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: -- cgit v1.2.3