summaryrefslogtreecommitdiff
path: root/devel/GConf
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-17 17:50:11 +0000
committerwiz <wiz>2002-07-17 17:50:11 +0000
commit1dd3f935eb5b8eea3e8dd845d3027a3e918b55ba (patch)
treee0adb9a8f8940a1c482c28ca6cd6f2aefe6477f2 /devel/GConf
parent86618f78a29cd344b513c0a1ad4b638e54e0b1cf (diff)
downloadpkgsrc-1dd3f935eb5b8eea3e8dd845d3027a3e918b55ba.tar.gz
Some dirs are shared with GConf2.
Diffstat (limited to 'devel/GConf')
-rw-r--r--devel/GConf/PLIST8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/GConf/PLIST b/devel/GConf/PLIST
index a90591b40c0..c7212e8e206 100644
--- a/devel/GConf/PLIST
+++ b/devel/GConf/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2002/06/26 10:29:37 seb Exp $
+@comment $NetBSD: PLIST,v 1.9 2002/07/17 17:50:11 wiz Exp $
bin/gconf-config
bin/gconf-config-1
bin/gconf-sanity-check-1
@@ -67,16 +67,16 @@ share/locale/tr/LC_MESSAGES/GConf.mo
share/locale/uk/LC_MESSAGES/GConf.mo
share/locale/zh_CN/LC_MESSAGES/GConf.mo
@dirrm lib/GConf/1
-@dirrm lib/GConf
+@unexec ${RMDIR} %D/lib/GConf 2>/dev/null || ${TRUE}
@dirrm include/gconf/1/gconf
@dirrm include/gconf/1
-@dirrm include/gconf
+@unexec ${RMDIR} %D/include/gconf 2>/dev/null || ${TRUE}
@dirrm etc/gconf/schemas
@exec ${MKDIR} %D/etc/gconf/gconf.xml.mandatory
@dirrm etc/gconf/gconf.xml.mandatory
@exec ${MKDIR} %D/etc/gconf/gconf.xml.defaults
@dirrm etc/gconf/gconf.xml.defaults
@dirrm etc/gconf/1
-@dirrm etc/gconf
+@unexec ${RMDIR} %D/etc/gconf 2>/dev/null || ${TRUE}
@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/gconf-1.m4 ${LOCALBASE}/share/aclocal/gconf-1.m4
@unexec test %D = ${LOCALBASE} || ${RM} ${LOCALBASE}/share/aclocal/gconf-1.m4