summaryrefslogtreecommitdiff
path: root/games/angband-x11/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg>2008-05-26 02:13:14 +0000
committerjoerg <joerg>2008-05-26 02:13:14 +0000
commit322586ec7e056266c541d642423c9aca509f0329 (patch)
treeb711f279533efa082bd9211a7161438542a8810d /games/angband-x11/Makefile
parent3540101cf6e8308dd8f7a131d1f776f628b525f2 (diff)
downloadpkgsrc-322586ec7e056266c541d642423c9aca509f0329.tar.gz
Second round of explicit pax dependencies. As reminded by tnn@,
many packages used to use ${PAX}. Use the common way of directly calling pax, it is created as tool after all.
Diffstat (limited to 'games/angband-x11/Makefile')
-rw-r--r--games/angband-x11/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/angband-x11/Makefile b/games/angband-x11/Makefile
index 38c2a9b72f4..3b5bc0d417d 100644
--- a/games/angband-x11/Makefile
+++ b/games/angband-x11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2008/01/19 09:16:20 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2008/05/26 02:13:19 joerg Exp $
#
DISTNAME= angband-3.0.3
@@ -16,6 +16,8 @@ CONFLICTS= angband-tty-[0-9]*
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
+USE_TOOLS+= pax
+
INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-*
INCOMPAT_CURSES+= NetBSD-1.6[A-M]-*
@@ -38,7 +40,7 @@ SUBST_SED.070= -e 's,070,770,g'
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/games/angband/lib/info
cd ${PREFIX}/share/games/angband/lib/info/ && \
- ${PAX} -O -zrf ${DISTDIR}/${SPOILERFILE}
+ pax -O -zrf ${DISTDIR}/${SPOILERFILE}
${CHOWN} -R bin:games ${PREFIX}/share/games/angband
${FIND} ${PREFIX}/share/games/angband -name delete.me -exec ${RM} {} \;