diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-06-14 14:29:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-06-14 14:29:54 +0000 |
commit | 754cfd8199064ff538583ca5a048e6f67bb7e61d (patch) | |
tree | b7ab4fdd99e6dc23ecdf06409f0887f980168157 /games/linux-enemyterritory | |
parent | bc6e38426820d20feb5a24b3766edb1eb567a9bd (diff) |
Fix extraction on 4.x
PR: ports/98744
Submitted by: Benjamin Lutz
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=165406
Diffstat (limited to 'games/linux-enemyterritory')
-rw-r--r-- | games/linux-enemyterritory/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/linux-enemyterritory/Makefile b/games/linux-enemyterritory/Makefile index 48f255c19989..35b37db340d7 100644 --- a/games/linux-enemyterritory/Makefile +++ b/games/linux-enemyterritory/Makefile @@ -19,6 +19,7 @@ COMMENT= Wolfenstein: Enemy Territory (Linux version) ONLY_FOR_ARCHS= i386 USE_LINUX= yes +USE_ZIP= yes NO_CDROM= Redistribution is limited, see license ETDIR= ${PREFIX}/lib/${PORTNAME} INSTALL_DIR= ${INSTALL} -d -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} @@ -27,9 +28,9 @@ PATCH_260B_DIR= Enemy Territory 2.60b do-extract: @${MKDIR} ${WRKSRC} @cd ${WRKSRC} && \ - ${TAIL} +374 ${_DISTDIR}/et-linux-2.60.x86.run | ${TAR} xfz - + ${TAIL} +374 ${_DISTDIR}et-linux-2.60.x86.run | ${TAR} xfz - @cd ${WRKSRC} && \ - ${TAR} xf ${_DISTDIR}/ET-2.60b.zip + ${UNZIP_CMD} -q ${_DISTDIR}ET-2.60b.zip post-patch: .for FILE in et etded |