summaryrefslogtreecommitdiff
path: root/games/angband-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/angband-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/angband-x11')
-rw-r--r--games/angband-x11/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/games/angband-x11/Makefile b/games/angband-x11/Makefile
index d981d60a907..a419560be37 100644
--- a/games/angband-x11/Makefile
+++ b/games/angband-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2003/04/10 19:43:19 grant Exp $
+# $NetBSD: Makefile,v 1.19 2003/04/10 20:10:17 grant Exp $
#
DISTNAME= angband-3.0.1
@@ -31,7 +31,8 @@ CONFIGURE_ARGS= --with-setgid=games --prefix=${PREFIX}
# add spoiler files and clean up a bit
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/games/angband/lib/info
- cd ${PREFIX}/share/games/angband/lib/info/ && ${PAX} -rOzf ${DISTDIR}/${SPOILERFILE}
+ cd ${PREFIX}/share/games/angband/lib/info/ && \
+ ${PAX} -O -zrf ${DISTDIR}/${SPOILERFILE}
${CHOWN} -R bin:games ${PREFIX}/share/games/angband
${FIND} ${PREFIX}/share/games/angband -name delete.me -exec ${RM} {} \;