diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-10 22:53:53 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-03-10 22:53:53 +0000 |
commit | 6b351646ec0ea496067a3715e6bd24a70b7083c9 (patch) | |
tree | 9d1ffe4e234182650cd3372484452a5bc15fec5c /games/quake2-ctf | |
parent | f4d2205e5d5c30e3dcd4c68f3e9fe3ac847238ec (diff) | |
download | ports-6b351646ec0ea496067a3715e6bd24a70b7083c9.tar.gz ports-6b351646ec0ea496067a3715e6bd24a70b7083c9.zip |
Notes
Diffstat (limited to 'games/quake2-ctf')
-rw-r--r-- | games/quake2-ctf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake2-ctf/Makefile b/games/quake2-ctf/Makefile index 8f4ea2de95d9..e3b10f68d092 100644 --- a/games/quake2-ctf/Makefile +++ b/games/quake2-ctf/Makefile @@ -15,7 +15,7 @@ DIST_SUBDIR= quake2lnx MAINTAINER= danfe@FreeBSD.org COMMENT= Quake II CTF (Capture The Flag) mod -USES= dos2unix zip +USES= dos2unix zip:infozip DOS2UNIX_FILES= ../../../ctf/readme.txt ../../../ctf/server.cfg WRKSRC= ${WRKDIR}/${CTF_SRC:S/.tar.gz//}/src/ctf |