aboutsummaryrefslogtreecommitdiff
path: root/games/heretic/Makefile
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2013-10-18 07:05:40 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2013-10-18 07:05:40 +0000
commit1fc0b09b6afdcf53069dc2d852a364bf0354b0f5 (patch)
treee05003e3b0c35200584d627821837a74bc4c567a /games/heretic/Makefile
parent413d9ac39bc5fee03a900a9d9c58fde26e1b0917 (diff)
downloadports-1fc0b09b6afdcf53069dc2d852a364bf0354b0f5.tar.gz
ports-1fc0b09b6afdcf53069dc2d852a364bf0354b0f5.zip
Notes
Diffstat (limited to 'games/heretic/Makefile')
-rw-r--r--games/heretic/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile
index 9a5cfb788f85..bb106307c217 100644
--- a/games/heretic/Makefile
+++ b/games/heretic/Makefile
@@ -55,7 +55,7 @@ PLIST_SUB= WAD:="@comment "
post-extract:
.if ${PORT_OPTIONS:MWAD}
- @${GZIP_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/heretic_share.wad.gz \
+ @${GZIP_CMD} -dc ${_DISTDIR}/heretic_share.wad.gz \
> ${WRKSRC}/heretic_share.wad
.endif
@${FIND} ${WRKSRC} -name .depend -type f -delete