diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | 235481b52a44969361f4c688e6e9d10798bd35d9 (patch) | |
tree | d4069fbea1d4f696753c9b5ab1500babadc62de2 /games/quakeserver/Makefile | |
parent | 8b6def2e156a5db9ad4f6d2291f8421ebb21bd14 (diff) |
awk -> ${AWK}
basename -> ${BASENAME}
cat -> ${CAT}
cp -> ${CP}
ldconfig -> ${LDCONFIG}
mkdir -> ${MKDIR}
Notes
Notes:
svn path=/head/; revision=20898
Diffstat (limited to 'games/quakeserver/Makefile')
-rw-r--r-- | games/quakeserver/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quakeserver/Makefile b/games/quakeserver/Makefile index bf6c82f7cfb3..dd9af563f7cb 100644 --- a/games/quakeserver/Makefile +++ b/games/quakeserver/Makefile @@ -3,7 +3,7 @@ # Date created: October 26th 1996 # Whom: jfitz@FreeBSD.ORG # -# $Id: Makefile,v 1.15 1998/12/01 08:53:53 asami Exp $ +# $Id: Makefile,v 1.16 1999/08/22 18:58:00 mharo Exp $ # PKGNAME= quakeserver-1.0 @@ -26,7 +26,7 @@ do-extract: @ ${RM} -rf ${WRKDIR} @ ${MKDIR} ${WRKDIR} @ unzip -q -o ${DISTDIR}/quake106.zip -d ${WRKDIR} resource.* - @ cat ${WRKDIR}/resource.dat ${WRKDIR}/resource.1 > ${WRKDIR}/resource.exe + @ ${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-1.0-i386-unknown-bsdi3.0.tar.gz |