summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2002-07-17 17:48:04 +0000
committerwiz <wiz>2002-07-17 17:48:04 +0000
commit4f77dad53fac7461bc1a9cc2942e0a719d8d9353 (patch)
tree386777397e13edec3ccc3dc8540bfeb2010953a1
parent9472895981e4f450429612712945c00d99d439f7 (diff)
downloadpkgsrc-4f77dad53fac7461bc1a9cc2942e0a719d8d9353.tar.gz
Some dirs are shared with GConf-1.
-rw-r--r--devel/GConf2/PLIST8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/GConf2/PLIST b/devel/GConf2/PLIST
index cf0bc6617ed..44ea9ad42a6 100644
--- a/devel/GConf2/PLIST
+++ b/devel/GConf2/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2002/05/22 16:08:42 agc Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/07/17 17:48:04 wiz Exp $
bin/gconf-sanity-check-2
bin/gconfd-2
bin/gconftool-2
@@ -55,9 +55,9 @@ ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/GConf2.mo
@exec ${MKDIR} %D/share/gtk-doc/html/gconf
@dirrm share/gtk-doc/html/gconf
@dirrm lib/GConf/2
-@dirrm lib/GConf
+@unexec ${RMDIR} lib/GConf 2>/dev/null || ${TRUE}
@dirrm include/gconf/2/gconf
@dirrm include/gconf/2
-@dirrm include/gconf
+@unexec ${RMDIR} include/gconf 2>/dev/null || ${TRUE}
@dirrm etc/gconf/2
-@dirrm etc/gconf
+@unexec ${RMDIR} etc/gconf 2>/dev/null || ${TRUE}