diff options
author | John Marino <marino@FreeBSD.org> | 2014-06-01 13:54:07 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-06-01 13:54:07 +0000 |
commit | 16bc575156c30a4f40e29ef28677eb9e352a96bb (patch) | |
tree | 9c0494407db0a7c44c050b6b93d8fbbfbfab7011 /games/quake-data | |
parent | c22c29188692582f8a75437e80dd17028d31f515 (diff) |
Notes
Diffstat (limited to 'games/quake-data')
-rw-r--r-- | games/quake-data/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake-data/Makefile b/games/quake-data/Makefile index 77983bee1e8f..cb4b2f99c585 100644 --- a/games/quake-data/Makefile +++ b/games/quake-data/Makefile @@ -69,7 +69,7 @@ pre-fetch: post-extract: .if ${PORT_OPTIONS:MQW_SKINS} . for f in ${SKINFILES} - ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${f} \ + ${TAR} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${f} \ ${EXTRACT_AFTER_ARGS} -C ${WRKSRC}/qw/skins . endfor (cd ${WRKSRC}/qw/skins && LANG=C ${SH} fixskins.sh) |