pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/GConf2 During print-PLIST, do not remove share/g...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/43bdf781a690
branches:  trunk
changeset: 472835:43bdf781a690
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Mon Apr 12 21:06:18 2004 +0000

description:
During print-PLIST, do not remove share/gconf nor share/gconf/schemas, and
for the later, print a comment telling that it's beeing removed in GConf2.

diffstat:

 devel/GConf2/schemas.mk |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r ed989378b42d -r 43bdf781a690 devel/GConf2/schemas.mk
--- a/devel/GConf2/schemas.mk   Mon Apr 12 21:05:15 2004 +0000
+++ b/devel/GConf2/schemas.mk   Mon Apr 12 21:06:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: schemas.mk,v 1.7 2004/02/11 14:11:05 tron Exp $
+# $NetBSD: schemas.mk,v 1.8 2004/04/12 21:06:18 jmmv Exp $
 #
 # This Makefile fragment is intended to be included by packages that install
 # GConf2 schema files.  It takes care of registering them in the GConf2
@@ -52,6 +52,10 @@
 USE_PKGINSTALL=                YES
 .endif
 
+PRINT_PLIST_AWK+=      /^@dirrm share\/gconf$$/ { next; }
+PRINT_PLIST_AWK+=      /^@dirrm share\/gconf\/schemas$$/ \
+                               { print "@comment in GConf2: " $$0; next; }
+
 .include "../../mk/bsd.prefs.mk"
 
 .if empty(USE_BUILDLINK3:M[nN][oO])



Home | Main Index | Thread Index | Old Index