diff options
author | mycroft <mycroft> | 1999-04-05 17:23:01 +0000 |
---|---|---|
committer | mycroft <mycroft> | 1999-04-05 17:23:01 +0000 |
commit | 4b92489722fdf1d40ad9f010c02ab2db121c1ae3 (patch) | |
tree | 30a70672f306aff34b48d7ccf48ab2eb79f3cb8f /games/crossfire | |
parent | e280cf39181093d2741e66761691ad85b8bee87c (diff) | |
download | pkgsrc-4b92489722fdf1d40ad9f010c02ab2db121c1ae3.tar.gz |
More EXTRACT_CMD fallout.
NOTE: These are not tested!
Diffstat (limited to 'games/crossfire')
-rw-r--r-- | games/crossfire/Makefile | 8 |
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 |