summaryrefslogtreecommitdiff
path: root/games/abuse
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1999-04-05 16:57:57 +0000
committermycroft <mycroft@pkgsrc.org>1999-04-05 16:57:57 +0000
commit0b15746e6f0084e977cde063482c8f8d8bea158d (patch)
tree4c9f5fa07a1a63d1cbb4ce0a62921f50a943ddd2 /games/abuse
parent3daaa42608a0505ba4304f1ad5b2d655e999e472 (diff)
downloadpkgsrc-0b15746e6f0084e977cde063482c8f8d8bea158d.tar.gz
Oops; GZCAT, not GUNZIP_CMD.
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 940e4730742..ed59fce5000 100644
--- a/games/abuse/Makefile
+++ b/games/abuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/04/05 16:56:34 mycroft Exp $
+# $NetBSD: Makefile,v 1.5 1999/04/05 16:57:57 mycroft Exp $
DISTNAME= abuse_pd
PKGNAME= abuse-2.0
@@ -16,6 +16,6 @@ USE_GMAKE= yes
post-extract:
cd ${WRKSRC}/abuse && \
- ${GUNZIP_CMD} ${DISTDIR}/abuse_data.tar.gz | /usr/bin/tar xf -
+ ${GZCAT} ${DISTDIR}/abuse_data.tar.gz | /usr/bin/tar xf -
.include "../../mk/bsd.pkg.mk"