summaryrefslogtreecommitdiff
path: root/games/heretic2-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/heretic2-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/heretic2-demo')
-rw-r--r--games/heretic2-demo/PLIST6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/heretic2-demo/PLIST b/games/heretic2-demo/PLIST
index de2ae432ba1..82d0ca5f0fa 100644
--- a/games/heretic2-demo/PLIST
+++ b/games/heretic2-demo/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:53:10 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:40 skrll Exp $
bin/heretic2-demo
lib/lokigames/heretic2-demo/base/book/back/b_conback8.bk
lib/lokigames/heretic2-demo/base/book/back/b_conback8_00.m8
@@ -2150,5 +2150,5 @@ share/doc/lokigames/heretic2-demo-README
@dirrm lib/lokigames/heretic2-demo/base/book
@dirrm lib/lokigames/heretic2-demo/base
@dirrm lib/lokigames/heretic2-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