diff options
-rw-r--r-- | games/quake2-data/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/quake2-data/Makefile b/games/quake2-data/Makefile index 49a634c04cb0..887cb63e049b 100644 --- a/games/quake2-data/Makefile +++ b/games/quake2-data/Makefile @@ -7,6 +7,7 @@ PORTNAME= data PORTVERSION= 3.20 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/quake2/ \ ftp://ftp.fasta.fh-dortmund.de/mirror/idstuff/quake2/ @@ -16,7 +17,7 @@ DIST_SUBDIR= ${PKGNAMEPREFIX}${PORTNAME} MAINTAINER= alejandro@varnet.biz COMMENT= Quake II data files -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip NO_BUILD= yes NO_WRKSUBDIR= yes |