diff options
author | trevor <trevor@FreeBSD.org> | 2003-10-24 12:57:59 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2003-10-24 12:57:59 +0000 |
commit | 0c783637f35e0a736290328b315e4ac613d5da60 (patch) | |
tree | 97ff65e2b5e0277343e69d4f553b97b493cc1435 /games/myth2_demo | |
parent | 47f0dde92b38d17d50273729296efc766c370dd2 (diff) | |
download | FreeBSD-ports-0c783637f35e0a736290328b315e4ac613d5da60.zip FreeBSD-ports-0c783637f35e0a736290328b315e4ac613d5da60.tar.gz |
The error from gzip seems harmless. I don't know where the distfile
may be found online anymore though.
Diffstat (limited to 'games/myth2_demo')
-rw-r--r-- | games/myth2_demo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/myth2_demo/Makefile b/games/myth2_demo/Makefile index 5fa19bc..dc3c6c8 100644 --- a/games/myth2_demo/Makefile +++ b/games/myth2_demo/Makefile @@ -18,7 +18,7 @@ EXTRACT_ONLY= MAINTAINER= trevor@FreeBSD.org COMMENT= Demo of Myth II: Soulblighter -BROKEN= "does not unpack correctly" +BROKEN= "distfile taken offline" NO_WRKSUBDIR= yes NO_BUILD= yes @@ -33,7 +33,7 @@ WRKSRC= ${WRKDIR}/update/demos/myth2_demo/ do-extract: ${MKDIR} ${WRKDIR} - ${SED} -e 1,174d < ${DISTDIR}/${DISTFILES} | ${TAR} -C ${WRKDIR} -xzvf - + -${SED} -e 1,174d < ${DISTDIR}/${DISTFILES} |${TAR} -C ${WRKDIR} -xzvf - do-patch: ${MKDIR} ${WRKSRC} |