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 /x11/gnome-libs/PLIST | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'x11/gnome-libs/PLIST')
-rw-r--r-- | x11/gnome-libs/PLIST | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11/gnome-libs/PLIST b/x11/gnome-libs/PLIST index 3ad23a5e873..279b04726d2 100644 --- a/x11/gnome-libs/PLIST +++ b/x11/gnome-libs/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.8 2002/08/25 18:40:30 jlam Exp $ +@comment $NetBSD: PLIST,v 1.9 2002/12/09 16:01:55 tron Exp $ bin/dns-helper bin/gconfigger bin/gnome-bug @@ -585,18 +585,18 @@ share/type-convert/type.convert @dirrm share/type-convert @dirrm share/mime-info @dirrm share/gtk-doc/html/libart -@unexec ${RMDIR} %D/share/gtk-doc/html 2>/dev/null || true -@unexec ${RMDIR} %D/share/gtk-doc 2>/dev/null || true -@unexec ${RMDIR} %D/share/gnome/html/zvt 2>/dev/null || true -@unexec ${RMDIR} %D/share/gnome/html/gnorba 2>/dev/null || true +@unexec ${RMDIR} %D/share/gtk-doc/html 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/gtk-doc 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/gnome/html/zvt 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/gnome/html/gnorba 2>/dev/null || ${TRUE} @dirrm share/gnome/html/gnomeui @dirrm share/gnome/html/gnome @dirrm share/gnome/html @dirrm share/gnome/help/gnome-dev-info/C @dirrm share/gnome/help/gnome-dev-info @dirrm share/gnome/help -@unexec ${RMDIR} %D/share/gnome/apps 2>/dev/null || true -@unexec ${RMDIR} %D/share/gnome 2>/dev/null || true +@unexec ${RMDIR} %D/share/gnome/apps 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/gnome 2>/dev/null || ${TRUE} @dirrm share/doc/gnome-libs @dirrm lib/gnome-libs/include @dirrm lib/gnome-libs |