diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-02 00:18:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-02 00:18:36 +0000 |
commit | 51a1e2f27114051867c75f7f82ee84f4015937c5 (patch) | |
tree | da7e59f230e974abd27caba4aee56479ebcd20f4 /x11 | |
parent | 81ab9cb108692ab5615f238d8a2ba706d1ddf06e (diff) | |
download | pkgsrc-51a1e2f27114051867c75f7f82ee84f4015937c5.tar.gz |
Fix PLIST for non-modular-xorg case (hi joerg!)
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: |