summaryrefslogtreecommitdiff
path: root/games/quake3arena-demo
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
committerjoerg <joerg@pkgsrc.org>2008-05-26 02:13:14 +0000
commit3d8ef5a52d6570c7a88c64337bb6c476b78c810c (patch)
treeb711f279533efa082bd9211a7161438542a8810d /games/quake3arena-demo
parent7f7f5ce9170554e6c0c04606c5c2c0548ffab031 (diff)
downloadpkgsrc-3d8ef5a52d6570c7a88c64337bb6c476b78c810c.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/quake3arena-demo')
-rw-r--r--games/quake3arena-demo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/quake3arena-demo/Makefile b/games/quake3arena-demo/Makefile
index beb49613980..53394633f45 100644
--- a/games/quake3arena-demo/Makefile
+++ b/games/quake3arena-demo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2008/04/07 17:54:03 joerg Exp $
+# $NetBSD: Makefile,v 1.34 2008/05/26 02:13:19 joerg Exp $
DISTNAME= linuxq3ademo-1_11-6_x86_gz
PKGREVISION= 3
@@ -19,7 +19,7 @@ EMUL_MODULES.linux= base x11 glx
PKG_DESTDIR_SUPPORT= user-destdir
-USE_TOOLS+= gtar
+USE_TOOLS+= gtar pax
EXTRACT_CMD= ${SED} '1,/^END_OF_STUB$$/d' ${DOWNLOADED_DISTFILE} | \
${GTAR} xzf -
@@ -51,8 +51,8 @@ do-install:
${LN} -s ${LIBDIR}/libMesaVoodooGL.so.3.2 \
${DESTDIR}${LIBDIR}/libMesaVoodooGL.so
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${SHAREDIR}/${BINNAME}-README
- cd ${WRKSRC} && ${PAX} -rw demoq3 icon.bmp icon.xpm ${DESTDIR}${LIBDIR}
- cd ${WRKSRC} && ${PAX} -rw Help ${DESTDIR}${SHAREDIR}
+ cd ${WRKSRC} && pax -rw demoq3 icon.bmp icon.xpm ${DESTDIR}${LIBDIR}
+ cd ${WRKSRC} && pax -rw Help ${DESTDIR}${SHAREDIR}
${MV} ${DESTDIR}${SHAREDIR}/Help ${DESTDIR}${SHAREDIR}/quake3arena-Help
.include "../../mk/bsd.pkg.mk"