summaryrefslogtreecommitdiff
path: root/games/abuse
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1999-04-05 17:14:12 +0000
committermycroft <mycroft@pkgsrc.org>1999-04-05 17:14:12 +0000
commit7023261ebf784d524f17b23d7febeabfea2ca0c4 (patch)
treef718f87b0166a704cadbd7cb0c1b4e609f9b76a3 /games/abuse
parentddf37c657d67a9d9574fae8d13754928c6cd8932 (diff)
downloadpkgsrc-7023261ebf784d524f17b23d7febeabfea2ca0c4.tar.gz
Use ${GTAR} rather than /usr/bin/tar, even though this is not what bsd.pkg.mk
does.
Diffstat (limited to 'games/abuse')
-rw-r--r--games/abuse/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile
index ed59fce5000..f4e1c9c2616 100644
--- a/games/abuse/Makefile
+++ b/games/abuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/04/05 16:57:57 mycroft Exp $
+# $NetBSD: Makefile,v 1.6 1999/04/05 17:14:12 mycroft Exp $
DISTNAME= abuse_pd
PKGNAME= abuse-2.0
@@ -16,6 +16,6 @@ USE_GMAKE= yes
post-extract:
cd ${WRKSRC}/abuse && \
- ${GZCAT} ${DISTDIR}/abuse_data.tar.gz | /usr/bin/tar xf -
+ ${GZCAT} ${DISTDIR}/abuse_data.tar.gz | ${GTAR} xf -
.include "../../mk/bsd.pkg.mk"