diff options
author | grant <grant@pkgsrc.org> | 2003-04-10 20:10:15 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-04-10 20:10:15 +0000 |
commit | dc40bcec018c5d437e546f24e817561e7d98942c (patch) | |
tree | e08aa7e58a3041d86a2d037d59d2af657fa4f276 /games/imaze | |
parent | 24e7b0ec26752ee8f639aa20242724c4c68b1ba8 (diff) | |
download | pkgsrc-dc40bcec018c5d437e546f24e817561e7d98942c.tar.gz |
make usage of pax more consistent, use -O to bomb on broken archives
(suggested by lukem), group z, r and f flags.
some whitespace cleanup.
Diffstat (limited to 'games/imaze')
-rw-r--r-- | games/imaze/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index 7b163d2e4ad..51162bd87bb 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2003/03/29 12:41:05 jmmv Exp $ +# $NetBSD: Makefile,v 1.16 2003/04/10 20:10:17 grant Exp $ DISTNAME= imaze1.3 PKGNAME= imaze-1.3 @@ -17,7 +17,7 @@ USE_BUILDLINK2= yes USE_X11BASE= yes post-build: - cd ${WRKSRC} && ${PAX} -rf ${DISTDIR}/imaze-sounds.tar + cd ${WRKSRC} && ${PAX} -O -rf ${DISTDIR}/imaze-sounds.tar .include "../../mk/motif.buildlink2.mk" .include "../../mk/bsd.pkg.mk" |