summaryrefslogtreecommitdiff
path: root/games/eus-demo
diff options
context:
space:
mode:
authortron <tron>2002-12-09 16:01:10 +0000
committertron <tron>2002-12-09 16:01:10 +0000
commitc3ac38e54fe681b35b0d41702c098f42cc7502f4 (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /games/eus-demo
parent9fdd5bb4ae03e0220deba9ae7dbe2c63691fee9a (diff)
downloadpkgsrc-c3ac38e54fe681b35b0d41702c098f42cc7502f4.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'games/eus-demo')
-rw-r--r--games/eus-demo/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/eus-demo/PLIST b/games/eus-demo/PLIST
index 994ca194fee..e770809c833 100644
--- a/games/eus-demo/PLIST
+++ b/games/eus-demo/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:40 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:24 tron Exp $
bin/eus-demo
lib/lokigames/eus-demo/EUS.txt
lib/lokigames/eus-demo/eus-demo
@@ -198,5 +198,5 @@ share/doc/lokigames/eus-demo-README
@dirrm lib/lokigames/eus-demo/sounds
@dirrm lib/lokigames/eus-demo/pixmaps
@dirrm lib/lokigames/eus-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}