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/communicator/PLIST.post | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'www/communicator/PLIST.post')
-rw-r--r-- | www/communicator/PLIST.post | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/communicator/PLIST.post b/www/communicator/PLIST.post index 5e4e9a9b158..a1043104420 100644 --- a/www/communicator/PLIST.post +++ b/www/communicator/PLIST.post @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST.post,v 1.4 2002/08/25 21:52:03 jlam Exp $ +@comment $NetBSD: PLIST.post,v 1.5 2002/12/09 16:01:48 tron Exp $ @dirrm lib/netscape/${BINNAME}-${NS_VERS}/spell @dirrm lib/netscape/${BINNAME}-${NS_VERS}/plugins @dirrm lib/netscape/${BINNAME}-${NS_VERS}/nethelp/netscape/trouble @@ -19,5 +19,5 @@ @dirrm lib/netscape/${BINNAME}-${NS_VERS}/java @dirrm lib/netscape/${BINNAME}-${NS_VERS} @exec ${MKDIR} %D/lib/netscape/plugins -@unexec ${RMDIR} %D/lib/netscape/plugins 2>/dev/null || true -@unexec ${RMDIR} %D/lib/netscape 2>/dev/null || true +@unexec ${RMDIR} %D/lib/netscape/plugins 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/lib/netscape 2>/dev/null || ${TRUE} |