diff options
author | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-09 16:01:10 +0000 |
commit | 39a943ad929276e9804df46db543ee340a5f286a (patch) | |
tree | ed3d3dfb4944ff842d136066e2afeafe924859e8 /devel/GConf2/PLIST | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
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 150c4b4684f..e41f9f9f523 100644 --- a/devel/GConf2/PLIST +++ b/devel/GConf2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2002/09/07 00:36:53 rh Exp $ +@comment $NetBSD: PLIST,v 1.6 2002/12/09 16:01:16 tron Exp $ bin/gconftool-2 include/gconf/2/gconf/gconf-changeset.h include/gconf/2/gconf/gconf-client.h @@ -58,9 +58,9 @@ ${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/GConf2.mo ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/GConf2.mo @exec ${MKDIR} %D/share/gtk-doc/html/gconf @dirrm share/gtk-doc/html/gconf -@unexec ${RMDIR} -p %D/gtk-doc/html 2>/dev/null || true +@unexec ${RMDIR} -p %D/gtk-doc/html 2>/dev/null || ${TRUE} @dirrm lib/GConf/2 -@unexec ${RMDIR} -p %D/lib/GConf 2>/dev/null || true +@unexec ${RMDIR} -p %D/lib/GConf 2>/dev/null || ${TRUE} @dirrm include/gconf/2/gconf @dirrm include/gconf/2 -@unexec ${RMDIR} -p %D/include/gconf 2>/dev/null || true +@unexec ${RMDIR} -p %D/include/gconf 2>/dev/null || ${TRUE} |