summaryrefslogtreecommitdiff
path: root/games/abuse
diff options
context:
space:
mode:
authormycroft <mycroft>1999-04-05 16:56:34 +0000
committermycroft <mycroft>1999-04-05 16:56:34 +0000
commitea5a1017c3478fadf0221d722cee1b90e73bb54d (patch)
treee988199febf63d3d604f65a4ea800f7ae7250504 /games/abuse
parent728ed7b619225b20a79647578e5f6ffcfb6efe45 (diff)
downloadpkgsrc-ea5a1017c3478fadf0221d722cee1b90e73bb54d.tar.gz
EXTRACT_CMD doesn't work the same any more...
Diffstat (limited to 'games/abuse')
-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"