summaryrefslogtreecommitdiff
path: root/games/quake3arena-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/quake3arena-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/quake3arena-demo')
-rw-r--r--games/quake3arena-demo/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/quake3arena-demo/PLIST b/games/quake3arena-demo/PLIST
index cb891f81016..ebe5cf0e170 100644
--- a/games/quake3arena-demo/PLIST
+++ b/games/quake3arena-demo/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:55:17 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:41 skrll 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