summaryrefslogtreecommitdiff
path: root/games/heretic2-demo
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-15 10:12:28 +0000
committerskrll <skrll>2002-02-15 10:12:28 +0000
commit776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /games/heretic2-demo
parenteee5ea82bdaedb5f556b37f1abd1e775778ada87 (diff)
downloadpkgsrc-776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4.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