diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-07 13:26:20 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-07 13:26:20 +0000 |
commit | 113d291e1d44b8b6d432ae0d10aff37e68b64dc5 (patch) | |
tree | f7200639a0272ee7bbc76530b80468257079b711 /games/quakeserver | |
parent | 69bfde79150c31751515222d4b4406206d2f8ac6 (diff) |
- tar -> ${TAR} (since we have now a bsdtar ;)
Notes
Notes:
svn path=/head/; revision=106396
Diffstat (limited to 'games/quakeserver')
-rw-r--r-- | games/quakeserver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile index 916e9be56a66..934a88a2a7e8 100644 --- a/games/quakeserver/Makefile +++ b/games/quakeserver/Makefile @@ -30,7 +30,7 @@ do-extract: @ unzip -q -o ${DISTDIR}/quake106.zip -d ${WRKDIR} resource.* @ ${CAT} ${WRKDIR}/resource.dat ${WRKDIR}/resource.1 > ${WRKDIR}/resource.exe @ cd ${WRKDIR}; lha xfq resource.exe id1/pak0.pak - @ cd ${WRKDIR}; tar zxf ${DISTDIR}/unixded-${PORTVERSION}-i386-unknown-bsdi3.0.tar.gz + @ cd ${WRKDIR}; ${TAR} zxf ${DISTDIR}/unixded-${PORTVERSION}-i386-unknown-bsdi3.0.tar.gz do-configure: @ ${CP} ${FILESDIR}/readme.port ${WRKSRC} |