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 /www/bluefish/PLIST | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'www/bluefish/PLIST')
-rw-r--r-- | www/bluefish/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bluefish/PLIST b/www/bluefish/PLIST index 10525df0514..f1dfa18186b 100644 --- a/www/bluefish/PLIST +++ b/www/bluefish/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:13:02 skrll Exp $ +@comment $NetBSD: PLIST,v 1.4 2002/12/09 16:01:48 tron Exp $ bin/bluefish man/man1/bluefish.1 share/bluefish/php3_functions @@ -175,7 +175,7 @@ ${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/bluefish.mo ${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/bluefish.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/bluefish.mo ${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/bluefish.mo -@unexec ${RMDIR} -p %D/share/pixmaps 2>/dev/null || true +@unexec ${RMDIR} -p %D/share/pixmaps 2>/dev/null || ${TRUE} @dirrm share/doc/html/bluefish/images @dirrm share/doc/html/bluefish/en @dirrm share/doc/html/bluefish/it |