summaryrefslogtreecommitdiff
path: root/games/bos
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/bos
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/bos')
-rw-r--r--games/bos/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/games/bos/Makefile b/games/bos/Makefile
index 84fca90b429..befdc7fc661 100644
--- a/games/bos/Makefile
+++ b/games/bos/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2008/03/04 06:59:03 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2008/05/26 02:13:19 joerg Exp $
#
DISTNAME= bos_1_1
@@ -16,6 +16,8 @@ DEPENDS+= stratagus>=2.1:../../games/stratagus
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin
+USE_TOOLS+= pax
+
do-build:
${SED} -e "s|@LOCALBASE@|${LOCALBASE}|" \
-e "s|@PREFIX@|${PREFIX}|" ${FILESDIR}/bos > \
@@ -24,7 +26,7 @@ do-build:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/bos ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/bos
- cd ${WRKSRC} && ${PAX} -pe -rw data ${DESTDIR}${PREFIX}/share/bos
+ cd ${WRKSRC} && pax -pe -rw data ${DESTDIR}${PREFIX}/share/bos
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/bos
${INSTALL_DATA} ${WRKSRC}/README.txt ${DESTDIR}${PREFIX}/share/doc/bos