diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-15 10:12:28 +0000 |
commit | 08bdd44549284c310d01f61b15936669a2f75753 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /games/tanked | |
parent | 2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff) | |
download | pkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz |
mkdir -> ${MKDIR}
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'games/tanked')
-rw-r--r-- | games/tanked/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/tanked/PLIST b/games/tanked/PLIST index a035e0854a0..770d5a8821b 100644 --- a/games/tanked/PLIST +++ b/games/tanked/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:55:49 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:41 skrll Exp $ bin/tanked bin/tankedserv share/tanked/maps/README @@ -15,8 +15,8 @@ share/tanked/maps/tiny.map share/tanked/maps.list share/tanked/motd share/tanked/players -@unexec rm -f share/tanked/logs/* -@unexec rm -f %D/share/tanked/motd %D/share/tanked/players +@unexec ${RM} -f share/tanked/logs/* +@unexec ${RM} -f %D/share/tanked/motd %D/share/tanked/players @dirrm share/tanked/maps @dirrm share/tanked/logs @dirrm share/tanked |