summaryrefslogtreecommitdiff
path: root/games/abuse/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1999-04-05 16:56:34 +0000
committermycroft <mycroft@pkgsrc.org>1999-04-05 16:56:34 +0000
commit3daaa42608a0505ba4304f1ad5b2d655e999e472 (patch)
treee988199febf63d3d604f65a4ea800f7ae7250504 /games/abuse/Makefile
parentea96aadb6681c990f1f154ca6f991f0dcf6df117 (diff)
downloadpkgsrc-3daaa42608a0505ba4304f1ad5b2d655e999e472.tar.gz
EXTRACT_CMD doesn't work the same any more...
Diffstat (limited to 'games/abuse/Makefile')
-rw-r--r--games/abuse/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/abuse/Makefile b/games/abuse/Makefile
index 9246673e07b..940e4730742 100644
--- a/games/abuse/Makefile
+++ b/games/abuse/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:46 agc Exp $
+# $NetBSD: Makefile,v 1.4 1999/04/05 16:56:34 mycroft Exp $
DISTNAME= abuse_pd
PKGNAME= abuse-2.0
@@ -15,6 +15,7 @@ CONFIGURE_ENV+= LDFLAGS="-Wl,-R${X11BASE}/lib"
USE_GMAKE= yes
post-extract:
- ${EXTRACT_CMD} -xzmf ${DISTDIR}/abuse_data.tar.gz -C ${WRKSRC}/abuse
+ cd ${WRKSRC}/abuse && \
+ ${GUNZIP_CMD} ${DISTDIR}/abuse_data.tar.gz | /usr/bin/tar xf -
.include "../../mk/bsd.pkg.mk"