summaryrefslogtreecommitdiff
path: root/games/civctp-demo
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
committerskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
commit08bdd44549284c310d01f61b15936669a2f75753 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /games/civctp-demo
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'games/civctp-demo')
-rw-r--r--games/civctp-demo/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/civctp-demo/PLIST b/games/civctp-demo/PLIST
index 7b476a49983..9cba9b3d75c 100644
--- a/games/civctp-demo/PLIST
+++ b/games/civctp-demo/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:51:09 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:38 skrll Exp $
bin/civctp-demo
lib/lokigames/civctp-demo/appstr.txt
lib/lokigames/civctp-demo/civctp-demo
@@ -584,5 +584,5 @@ share/doc/lokigames/civctp-demo-README
@dirrm lib/lokigames/civctp-demo/ctp_data/default
@dirrm lib/lokigames/civctp-demo/ctp_data
@dirrm lib/lokigames/civctp-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