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/quake3arena | |
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/quake3arena')
-rw-r--r-- | games/quake3arena/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/quake3arena/PLIST b/games/quake3arena/PLIST index 121414ee3d0..ed97a652d82 100644 --- a/games/quake3arena/PLIST +++ b/games/quake3arena/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:55:11 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:40 skrll Exp $ bin/quake3arena lib/lokigames/quake3arena/libMesaVoodooGL.so lib/lokigames/quake3arena/libMesaVoodooGL.so.3 @@ -13,7 +13,7 @@ share/doc/lokigames/quake3arena-Help/Q3A_EULA.txt share/doc/lokigames/quake3arena-Help/Q3A_FAQ.html share/doc/lokigames/quake3arena-README @dirrm share/doc/lokigames/quake3arena-Help -@unexec rmdir -p %D/share/doc/lokigames 2>/dev/null || true +@unexec ${RMDIR} -p %D/share/doc/lokigames 2>/dev/null || true @comment next dir not necessarily empty, since the game data file could @comment be there -@unexec rmdir -p %D/lib/lokigames/quake3arena/baseq3 2>/dev/null || true +@unexec ${RMDIR} -p %D/lib/lokigames/quake3arena/baseq3 2>/dev/null || true |