summaryrefslogtreecommitdiff
path: root/games/heretic2-demo
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/heretic2-demo
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/heretic2-demo')
-rw-r--r--games/heretic2-demo/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/heretic2-demo/Makefile b/games/heretic2-demo/Makefile
index 8c35cabdb00..353a79ede71 100644
--- a/games/heretic2-demo/Makefile
+++ b/games/heretic2-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2008/03/04 06:59:04 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2008/05/26 02:13:19 joerg Exp $
#
DISTNAME= heretic2-demo-x86
@@ -19,7 +19,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
NO_CONFIGURE= yes
EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \
${GTAR} xzf -
-USE_TOOLS+= gtar
+USE_TOOLS+= gtar pax
.include "../../mk/bsd.prefs.mk"
@@ -58,7 +58,7 @@ do-install:
${DESTDIR}${SHAREDIR}/${BINNAME}-QuickStart.txt
${INSTALL_DATA} ${WRKSRC}/README \
${DESTDIR}${SHAREDIR}/${BINNAME}-README
- cd ${WRKSRC} && ${PAX} -rw base gl_drivers icon.xpm ref_glx.so \
+ cd ${WRKSRC} && pax -rw base gl_drivers icon.xpm ref_glx.so \
${DESTDIR}${LIBDIR}
.include "../../mk/bsd.pkg.mk"