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 /games/quake3arena-demo | |
parent | ac47c1e51eb2ab1e65648547c30db8c139286600 (diff) | |
download | pkgsrc-39a943ad929276e9804df46db543ee340a5f286a.tar.gz |
Replace "true" by "${TRUE}".
Diffstat (limited to 'games/quake3arena-demo')
-rw-r--r-- | games/quake3arena-demo/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/quake3arena-demo/PLIST b/games/quake3arena-demo/PLIST index ebe5cf0e170..401559a0bb7 100644 --- a/games/quake3arena-demo/PLIST +++ b/games/quake3arena-demo/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:41 skrll Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:25 tron Exp $ bin/quake3arena-demo lib/lokigames/quake3arena-demo/demoq3/pak0.pk3 lib/lokigames/quake3arena-demo/q3ded @@ -249,5 +249,5 @@ share/doc/lokigames/quake3arena-demo-README @dirrm share/doc/lokigames/quake3arena-Help @dirrm lib/lokigames/quake3arena-demo/demoq3 @dirrm lib/lokigames/quake3arena-demo -@unexec ${RMDIR} -p %D/lib/lokigames 2>/dev/null || true -@unexec ${RMDIR} -p %D/share/doc/lokigames 2>/dev/null || true +@unexec ${RMDIR} -p %D/lib/lokigames 2>/dev/null || ${TRUE} +@unexec ${RMDIR} -p %D/share/doc/lokigames 2>/dev/null || ${TRUE} |