summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-04-12 21:06:18 +0000
committerjmmv <jmmv@pkgsrc.org>2004-04-12 21:06:18 +0000
commit45c5c3395e33b4d474920ac27b9ce87e8094a0ae (patch)
tree4ebb94257263363cf5c0ce28e4fdc8c76fb3443b /devel
parent56482c8b83882931cbc07888fcef17fd15416020 (diff)
downloadpkgsrc-45c5c3395e33b4d474920ac27b9ce87e8094a0ae.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/GConf2/schemas.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/GConf2/schemas.mk b/devel/GConf2/schemas.mk
index f61fcd5eff2..45abe5535a9 100644
--- a/devel/GConf2/schemas.mk
+++ b/devel/GConf2/schemas.mk
@@ -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 @@ DEINSTALL_EXTRA_TMPL+= ${.CURDIR}/../../devel/GConf2/files/deinstall.tmpl
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])