diff options
author | hubertf <hubertf@pkgsrc.org> | 1999-08-20 00:15:57 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1999-08-20 00:15:57 +0000 |
commit | 73dfc7d6d067736e3956223c22333d9140dc8c64 (patch) | |
tree | 4bebff52f5e27f31bcea87d3faec8ccc11a27eba /games | |
parent | 035684b0e087af4b0f15d8b5523fc888641bb1a3 (diff) | |
download | pkgsrc-73dfc7d6d067736e3956223c22333d9140dc8c64.tar.gz |
use "${GTAR}" instead of "tar"
Diffstat (limited to 'games')
-rw-r--r-- | games/xdoom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xdoom/Makefile b/games/xdoom/Makefile index 0fdcce44650..68c13ddc6f5 100644 --- a/games/xdoom/Makefile +++ b/games/xdoom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1999/04/05 16:35:27 mycroft Exp $ +# $NetBSD: Makefile,v 1.10 1999/08/20 00:15:57 hubertf Exp $ DISTNAME= linuxdoom-1.10 PKGNAME= xdoom-1.10 @@ -21,8 +21,8 @@ USE_X11BASE= yes USE_GMAKE= yes post-extract: - (cd ${WRKDIR}; tar xzf linuxdoom-1.10.src.tgz) - (cd ${WRKDIR}; tar xzf sndserv.tgz) + (cd ${WRKDIR}; ${GTAR} xzf linuxdoom-1.10.src.tgz) + (cd ${WRKDIR}; ${GTAR} xzf sndserv.tgz) post-patch: @${MV} ${WRKSRC}/${DISTNAME}/i_sound.c ${WRKSRC}/foo |