summaryrefslogtreecommitdiff
path: root/games/imaze
diff options
context:
space:
mode:
authorgrant <grant>2003-04-10 20:10:15 +0000
committergrant <grant>2003-04-10 20:10:15 +0000
commit78921545271c9c304bf31da7bb32e3e490a57d24 (patch)
treee08aa7e58a3041d86a2d037d59d2af657fa4f276 /games/imaze
parenta7d6297de36c714ba3a95969346280c4248c1778 (diff)
downloadpkgsrc-78921545271c9c304bf31da7bb32e3e490a57d24.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/Makefile4
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"