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/pango/PLIST | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'devel/pango/PLIST')
-rw-r--r-- | devel/pango/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/pango/PLIST b/devel/pango/PLIST index d38555e01c6..81a37e0d4bf 100644 --- a/devel/pango/PLIST +++ b/devel/pango/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2002/10/21 03:02:24 dmcmahill Exp $ +@comment $NetBSD: PLIST,v 1.7 2002/12/09 16:01:19 tron Exp $ bin/pango-querymodules etc/pango/pango.modules etc/pango/pangox.aliases @@ -107,8 +107,8 @@ share/gtk-doc/html/pango/pango.html share/gtk-doc/html/pango/pangomarkupformat.html share/gtk-doc/html/pango/rendering.html @dirrm share/gtk-doc/html/pango -@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/gtk-doc/html 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/gtk-doc 2>/dev/null || ${TRUE} @dirrm lib/pango/1.0.0/modules @dirrm lib/pango/1.0.0 @dirrm lib/pango |