summaryrefslogtreecommitdiff
path: root/games/crossfire/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>1999-04-05 17:23:01 +0000
committermycroft <mycroft@pkgsrc.org>1999-04-05 17:23:01 +0000
commit03c24fa7fb006eb31d54e4421fbf2dfbc8b01f97 (patch)
tree30a70672f306aff34b48d7ccf48ab2eb79f3cb8f /games/crossfire/Makefile
parent523d61071dadea4a875723271dc3e60e96bb6b29 (diff)
downloadpkgsrc-03c24fa7fb006eb31d54e4421fbf2dfbc8b01f97.tar.gz
More EXTRACT_CMD fallout.
NOTE: These are not tested!
Diffstat (limited to 'games/crossfire/Makefile')
-rw-r--r--games/crossfire/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile
index 3443afe6ad2..b45719ff36a 100644
--- a/games/crossfire/Makefile
+++ b/games/crossfire/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 1998/09/17 14:03:49 agc Exp $
+# $NetBSD: Makefile,v 1.4 1999/04/05 17:23:02 mycroft Exp $
#
DISTNAME= crossfire-0.94.2
@@ -41,8 +41,10 @@ post-patch:
${PKGDIR}/install > ${INSTALL_FILE}
post-install:
- ${EXTRACT_CMD} -xzmf ${DISTDIR}/${CF_MAPS} -C ${X11BASE}/lib/crossfire
- ${EXTRACT_CMD} -xzmf ${DISTDIR}/${CF_SOUND} -C ${X11BASE}/lib/crossfire
+ cd ${X11BASE}/lib/crossfire && \
+ ${GZCAT} ${DISTDIR}/${CF_MAPS} | ${GTAR} xmf -
+ cd ${X11BASE}/lib/crossfire && \
+ ${GZCAT} ${DISTDIR}/${CF_SOUND} | ${GTAR} xmf -
@/usr/bin/find ${X11BASE}/lib/crossfire/sounds -name \*.au -type f \
> ${WRKDIR}/.RPLAY
@${CAT} ${WRKDIR}/.RPLAY >> ${LOCALBASE}/etc/rplay.conf