From 6f26b67c75cbd8510a947fdb1d8dfb06f3317aec Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 30 Jul 1998 22:48:20 +0000 Subject: Hardcode "/bin/pax" in "post-build" rule so the package won't break if we ever switch from "tar" to "pax". --- games/imaze/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'games/imaze') diff --git a/games/imaze/Makefile b/games/imaze/Makefile index 48a4ef57094..d13a30b0426 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/07/30 21:40:33 tron Exp $ +# $NetBSD: Makefile,v 1.2 1998/07/30 22:48:20 tron Exp $ DISTNAME= imaze1.3 PKGNAME= imaze-1.3 @@ -16,7 +16,7 @@ USE_MOTIF= yes USE_X11= yes post-build: - ${EXTRACT_CMD} -xmf ${DISTDIR}/imaze-sounds.tar -C ${WRKSRC} + cd ${WRKSRC} && /bin/pax -rf ${DISTDIR}/imaze-sounds.tar .include "../../mk/bsd.pkg.mk" .if (${OBJECT_FMT} == "ELF") -- cgit v1.2.3