diff options
author | wiz <wiz@pkgsrc.org> | 2002-07-17 17:48:49 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-07-17 17:48:49 +0000 |
commit | 34f6e75cae5974d08b7ea5bc8f968b88013d0b69 (patch) | |
tree | 00175edf70eab340d8695cd3cc27d0a84fb710a0 /devel/GConf2/PLIST | |
parent | 6872258917725919f6e4e59eeb39c0b1e70a046f (diff) | |
download | pkgsrc-34f6e75cae5974d08b7ea5bc8f968b88013d0b69.tar.gz |
Oops, add %D.
Diffstat (limited to 'devel/GConf2/PLIST')
-rw-r--r-- | devel/GConf2/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/GConf2/PLIST b/devel/GConf2/PLIST index 44ea9ad42a6..f4fec9e9e1a 100644 --- a/devel/GConf2/PLIST +++ b/devel/GConf2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/07/17 17:48:04 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/07/17 17:48:49 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 -@unexec ${RMDIR} lib/GConf 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/lib/GConf 2>/dev/null || ${TRUE} @dirrm include/gconf/2/gconf @dirrm include/gconf/2 -@unexec ${RMDIR} include/gconf 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/include/gconf 2>/dev/null || ${TRUE} @dirrm etc/gconf/2 -@unexec ${RMDIR} etc/gconf 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/etc/gconf 2>/dev/null || ${TRUE} |