pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xpmicons Fix PLIST for non-modular-xorg case (hi j...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9df8d5425865
branches:  trunk
changeset: 524834:9df8d5425865
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Feb 02 00:18:36 2007 +0000

description:
Fix PLIST for non-modular-xorg case (hi joerg!)

diffstat:

 x11/xpmicons/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2760e932d64f -r 9df8d5425865 x11/xpmicons/Makefile
--- a/x11/xpmicons/Makefile     Fri Feb 02 00:00:45 2007 +0000
+++ b/x11/xpmicons/Makefile     Fri Feb 02 00:18:36 2007 +0000
@@ -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 @@
 .include "../../mk/bsd.prefs.mk"
 
 .if ${X11_TYPE} != "xorg" && ${X11_TYPE} != "modular"
-PLIST_SRC+=    PLIST.icons
+PLIST_SRC=     PLIST PLIST.icons
 .endif
 
 post-extract:



Home | Main Index | Thread Index | Old Index