summaryrefslogtreecommitdiff
path: root/games/abuse
diff options
context:
space:
mode:
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"