summaryrefslogtreecommitdiff
path: root/devel/GConf
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-06-14 22:57:58 +0000
committerjoerg <joerg@pkgsrc.org>2009-06-14 22:57:58 +0000
commit9bb0d96ea93fe7d169bb22cd824d463449d51611 (patch)
tree63741286465d08baa5292031d5f6b9ffd847c5b9 /devel/GConf
parentdc3a8c2312879451e787a3a002089e0123c0d646 (diff)
downloadpkgsrc-9bb0d96ea93fe7d169bb22cd824d463449d51611.tar.gz
Remove @dirrm related logic.
Diffstat (limited to 'devel/GConf')
-rw-r--r--devel/GConf/Makefile6
-rw-r--r--devel/GConf/schemas.mk6
2 files changed, 2 insertions, 10 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
index f342ba6d426..123f4b5b22f 100644
--- a/devel/GConf/Makefile
+++ b/devel/GConf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.67 2009/05/18 08:26:24 wiz Exp $
+# $NetBSD: Makefile,v 1.68 2009/06/14 22:57:59 joerg Exp $
#
.include "../../devel/GConf/Makefile.common"
@@ -18,10 +18,6 @@ CONF_FILES= ${EGDIR}/path ${PKG_SYSCONFDIR}/2/path
CONF_FILES+= ${EGDIR}/org.gnome.GConf.Defaults.conf \
${PKG_SYSCONFBASEDIR}/dbus-1/system.d/org.gnome.GConf.Defaults.conf
-PRINT_PLIST_AWK+= /^@dirrm (include\/gconf|lib\/GConf|share\/gconf)$$/ \
- { print "@unexec $${RMDIR} -p %D/" $$2 \
- " 2>/dev/null || $${TRUE}"; next}
-
# XXX: We need to use XML_CATALOGS here to register the installed DTD.
# But we have to wait until a public identifier is choosen for it.
diff --git a/devel/GConf/schemas.mk b/devel/GConf/schemas.mk
index d5fc6b6c365..395c5812317 100644
--- a/devel/GConf/schemas.mk
+++ b/devel/GConf/schemas.mk
@@ -1,4 +1,4 @@
-# $NetBSD: schemas.mk,v 1.1 2007/09/21 12:58:13 wiz Exp $
+# $NetBSD: schemas.mk,v 1.2 2009/06/14 22:57:59 joerg Exp $
#
# This Makefile fragment is intended to be included by packages that install
# GConf schema files. It takes care of registering them in the GConf
@@ -51,10 +51,6 @@ INSTALL_TEMPLATES+= ${.CURDIR}/../../devel/GConf/files/install.tmpl
DEINSTALL_TEMPLATES+= ${.CURDIR}/../../devel/GConf/files/deinstall.tmpl
.endif
-PRINT_PLIST_AWK+= /^@dirrm share\/gconf$$/ { next; }
-PRINT_PLIST_AWK+= /^@dirrm share\/gconf\/schemas$$/ \
- { print "@comment in GConf: " $$0; next; }
-
.include "../../mk/bsd.prefs.mk"
.include "../../devel/GConf/buildlink3.mk"