summaryrefslogtreecommitdiff
path: root/games/maelstrom-x11
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-04-10 20:10:15 +0000
committergrant <grant@pkgsrc.org>2003-04-10 20:10:15 +0000
commitdc40bcec018c5d437e546f24e817561e7d98942c (patch)
treee08aa7e58a3041d86a2d037d59d2af657fa4f276 /games/maelstrom-x11
parent24e7b0ec26752ee8f639aa20242724c4c68b1ba8 (diff)
downloadpkgsrc-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/maelstrom-x11')
-rw-r--r--games/maelstrom-x11/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/maelstrom-x11/Makefile b/games/maelstrom-x11/Makefile
index 24a323c7be3..ce1f623529c 100644
--- a/games/maelstrom-x11/Makefile
+++ b/games/maelstrom-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/04/10 01:28:17 grant Exp $
+# $NetBSD: Makefile,v 1.5 2003/04/10 20:10:17 grant Exp $
DISTNAME= Maelstrom-1.4.3-L2.0.6-src.tar.gz
PKGNAME= maelstrom-x11-2.0.6
@@ -27,9 +27,9 @@ MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} XPMDIR=${BUILDLINK_PREFIX.xpm}
post-install:
cd ${PREFIX}/share/maelstrom && \
- ${PAX} -zrf ${DISTDIR}/${ESOUND} -pm && \
- ${PAX} -zrf ${DISTDIR}/${STREK} -pm && \
- ${PAX} -zrf ${DISTDIR}/${SWARS} -pm
+ ${PAX} -O -pm -zrf ${DISTDIR}/${ESOUND} && \
+ ${PAX} -O -pm -zrf ${DISTDIR}/${STREK} && \
+ ${PAX} -O -pm -zrf ${DISTDIR}/${SWARS}
${CHOWN} ${BINOWN}:games ${PREFIX}/bin/Maelstrom
${CHMOD} 2755 ${PREFIX}/bin/Maelstrom
${CHOWN} ${BINOWN}:games /var/games/Maelstrom-Scores