diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-08-14 20:46:20 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-08-14 20:46:20 +0000 |
commit | c8eaf62a8576ce894a03663721ff91d4acf606b4 (patch) | |
tree | 1f615f5945bf49ed2ef5291e49140756b3928329 /games/quetoo/pkg-plist | |
parent | 92050f281820e60c3ddee700c776d2ff1352de04 (diff) |
- Bump PORTREVISION.
- Add GAME and CTF options (disabled by default because provided by
"games/quake2-data" and "games/quake2-ctf" respectively).
PR: ports/101011
Submitted by: alepulver
Approved by: maintainer (timeout)
Notes
Notes:
svn path=/head/; revision=170634
Diffstat (limited to 'games/quetoo/pkg-plist')
-rw-r--r-- | games/quetoo/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/quetoo/pkg-plist b/games/quetoo/pkg-plist index 7507725b5c7d..89ea33103fea 100644 --- a/games/quetoo/pkg-plist +++ b/games/quetoo/pkg-plist @@ -1,6 +1,6 @@ bin/quetoo -%%LIBDIR%%/baseq2/game.so -%%LIBDIR%%/ctf/game.so +%%GAME%%%%LIBDIR%%/baseq2/game.so +%%CTF%%%%LIBDIR%%/ctf/game.so %%QMASS%%%%LIBDIR%%/qmass/game.so %%LIBDIR%%/vid_glsdl.so %%LIBDIR%%/vid_glx.so @@ -10,7 +10,7 @@ bin/quetoo %%PORTDOCS%%%%DOCSDIR%%/README %%QMASS%%%%PORTDOCS%%%%DOCSDIR%%/qmass-README %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%LIBDIR%%/baseq2 -@dirrm %%LIBDIR%%/ctf +%%GAME%%@dirrm %%LIBDIR%%/baseq2 +%%CTF%%@dirrm %%LIBDIR%%/ctf %%QMASS%%@dirrm %%LIBDIR%%/qmass @dirrm %%LIBDIR%% |