summaryrefslogtreecommitdiff
path: root/devel/GConf2
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
commit99f697d2f026d7b4e793ac34c0e7a644f4bed7fc (patch)
tree4ebb94257263363cf5c0ce28e4fdc8c76fb3443b /devel/GConf2
parent6e7a8877ee5dba5389dbfc3706064a34367918cd (diff)
downloadpkgsrc-99f697d2f026d7b4e793ac34c0e7a644f4bed7fc.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/GConf2')
-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])