diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 06:19:30 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2016-11-14 06:19:30 +0000 |
commit | d43f7f7b6909daa9dfb040577218954df88a02dd (patch) | |
tree | 333ba32b8c0901805cda594834688be62eb2aaab /games/ufoai-data | |
parent | d49489e6dbcdf4a59d3c02dec9a40c2209c16392 (diff) |
Notes
Diffstat (limited to 'games/ufoai-data')
-rw-r--r-- | games/ufoai-data/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/ufoai-data/Makefile b/games/ufoai-data/Makefile index d3774e3099f0..ec1efafcef7a 100644 --- a/games/ufoai-data/Makefile +++ b/games/ufoai-data/Makefile @@ -26,6 +26,10 @@ NO_ARCH= yes DATADIR= share/${PKGNAMEPREFIX:S/-//} PLIST= ${WRKDIR}/pkg-plist +BROKEN_aarch64= Fails to install: runaway process +BROKEN_armv6= Fails to install: runaway process +BROKEN_mips64= Fails to install: runaway process + post-extract: @cd ${WRKSRC}/base && \ ${FIND} * -type f -exec ${UNZIP_CMD} "{}" -d ${WRKSRC}/base \; |