From 113d291e1d44b8b6d432ae0d10aff37e68b64dc5 Mon Sep 17 00:00:00 2001 From: Clement Laforet Date: Wed, 7 Apr 2004 13:26:20 +0000 Subject: - tar -> ${TAR} (since we have now a bsdtar ;) --- games/quakeserver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/quakeserver') 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} -- cgit v1.2.3