summaryrefslogtreecommitdiff
path: root/devel/GConf
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-07-17 17:50:11 +0000
committerwiz <wiz@pkgsrc.org>2002-07-17 17:50:11 +0000
commitbb9557b8add1b9dcc8eeff1bfc845cc94cf0cefa (patch)
treee0adb9a8f8940a1c482c28ca6cd6f2aefe6477f2 /devel/GConf
parent34f6e75cae5974d08b7ea5bc8f968b88013d0b69 (diff)
downloadpkgsrc-bb9557b8add1b9dcc8eeff1bfc845cc94cf0cefa.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