diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 19:10:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 19:10:35 +0000 |
commit | 55052022a3ae314f562fafe7f8e4f7ea21d65ba0 (patch) | |
tree | 733996c3c5dd8bd29e2384ff7c3ce404cd141297 /games/quake3arena | |
parent | 3fe79c88882a8d7a8fc5979d8d023515504f4bd8 (diff) | |
download | pkgsrc-55052022a3ae314f562fafe7f8e4f7ea21d65ba0.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'games/quake3arena')
-rw-r--r-- | games/quake3arena/PLIST | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/games/quake3arena/PLIST b/games/quake3arena/PLIST index 1c7ba9d5503..ceb9ed8929a 100644 --- a/games/quake3arena/PLIST +++ b/games/quake3arena/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.5 2004/01/04 18:53:54 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.6 2009/06/14 19:10:38 joerg Exp $ bin/quake3arena lib/lokigames/quake3arena/quake3arena lib/lokigames/quake3arena/baseq3/pak1.pk3 @@ -10,7 +10,3 @@ lib/lokigames/quake3arena/baseq3/pak6.pk3 lib/lokigames/quake3arena/baseq3/pak7.pk3 lib/lokigames/quake3arena/baseq3/pak8.pk3 share/doc/lokigames/quake3arena-README -@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} |