diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-14 01:38:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-14 01:38:14 +0000 |
commit | 839f5afbd4b5dba47b47924de65fbc518f325f57 (patch) | |
tree | 6e50443e6fee66a2abb0794269a5d79b42e6c126 /games | |
parent | f1e74dbe70eaf6b57d6f10c1fda39df4c04bd592 (diff) | |
download | pkgsrc-839f5afbd4b5dba47b47924de65fbc518f325f57.tar.gz |
Tweak.
Diffstat (limited to 'games')
-rw-r--r-- | games/quake3arena/pkg/PLIST | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/quake3arena/pkg/PLIST b/games/quake3arena/pkg/PLIST index 9f489a72a54..3a1cfc75ecf 100644 --- a/games/quake3arena/pkg/PLIST +++ b/games/quake3arena/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/12/13 23:58:32 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/12/14 01:38:14 wiz Exp $ bin/quake3arena lib/lokigames/quake3arena/libMesaVoodooGL.so.3.2 lib/lokigames/quake3arena/q3ded @@ -11,7 +11,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 -@dirrm share/doc/lokigames -@dirrm lib/lokigames/quake3arena/baseq3 -@dirrm lib/lokigames/quake3arena -@dirrm lib/lokigames +@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 |