diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-02-27 14:37:43 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-02-27 14:37:43 +0000 |
commit | 5ae5315bf017985d2de9d1e7bcf4ea06c2dd9fe6 (patch) | |
tree | 88aea896dc04a7e1212d726233915077d6914ae8 /games/ufoai-data | |
parent | 3781f2f896e5113ee45da1894f83523b38bbbdf3 (diff) |
Notes
Diffstat (limited to 'games/ufoai-data')
-rw-r--r-- | games/ufoai-data/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/ufoai-data/Makefile b/games/ufoai-data/Makefile index 73ddcf349076..3da09545ca9f 100644 --- a/games/ufoai-data/Makefile +++ b/games/ufoai-data/Makefile @@ -1,4 +1,4 @@ -# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> +# Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ PORTNAME= data @@ -13,7 +13,7 @@ DIST_SUBDIR= ${PKGNAMEPREFIX:S/-//} MAINTAINER= acm@FreeBSD.org COMMENT= UFO alien invasion data files -EXTRACT_DEPENDS=unzip:${PORTSDIR}/archivers/unzip +EXTRACT_DEPENDS= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip NO_PACKAGE= Package will be 900MB, set FORCE_PACKAGE if you really want it NO_BUILD= yes |