summaryrefslogtreecommitdiff
path: root/games/maelstrom-x11
diff options
context:
space:
mode:
authorgrant <grant>2003-04-10 01:28:03 +0000
committergrant <grant>2003-04-10 01:28:03 +0000
commit2d65f19925e5c795e06b94bd8db069e75ae2aa28 (patch)
treec67db081e20351feb52d2ca5fbde4b2c17aa2887 /games/maelstrom-x11
parent3905ae8de1e929b7eb3402b27cc3173598ce5afc (diff)
downloadpkgsrc-2d65f19925e5c795e06b94bd8db069e75ae2aa28.tar.gz
make ${PAX} usage consistent:
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - 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 eb893669c5d..24a323c7be3 100644
--- a/games/maelstrom-x11/Makefile
+++ b/games/maelstrom-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/03/29 12:41:06 jmmv Exp $
+# $NetBSD: Makefile,v 1.4 2003/04/10 01:28: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} -rzf ${DISTDIR}/${ESOUND} -p m && \
- ${PAX} -rzf ${DISTDIR}/${STREK} -p m && \
- ${PAX} -rzf ${DISTDIR}/${SWARS} -p m
+ ${PAX} -zrf ${DISTDIR}/${ESOUND} -pm && \
+ ${PAX} -zrf ${DISTDIR}/${STREK} -pm && \
+ ${PAX} -zrf ${DISTDIR}/${SWARS} -pm
${CHOWN} ${BINOWN}:games ${PREFIX}/bin/Maelstrom
${CHMOD} 2755 ${PREFIX}/bin/Maelstrom
${CHOWN} ${BINOWN}:games /var/games/Maelstrom-Scores