diff options
author | tron <tron@pkgsrc.org> | 2002-01-24 13:00:43 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-01-24 13:00:43 +0000 |
commit | 077f9dea02acae5bbffc9f66dfab3f38d3f78cf8 (patch) | |
tree | 8bd4298f59c6daaa61d497f7b7b3e90408967625 /games/quake | |
parent | 329cc2a5250b32cd6723b0f950a2cbcd472b0205 (diff) | |
download | pkgsrc-077f9dea02acae5bbffc9f66dfab3f38d3f78cf8.tar.gz |
Remove incorrect and unnecessary "EXTRACT_CMD" definition which broke the
"patch" target. "bsd.pkg.mk" will handle this properly.
Diffstat (limited to 'games/quake')
-rw-r--r-- | games/quake/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/quake/Makefile b/games/quake/Makefile index 66f44f31af8..1f912d0890e 100644 --- a/games/quake/Makefile +++ b/games/quake/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2002/01/24 12:44:08 tron Exp $ +# $NetBSD: Makefile,v 1.17 2002/01/24 13:00:43 tron Exp $ DISTNAME= q1source PKGNAME= quake-2.30 @@ -15,8 +15,6 @@ DEPENDS+= quakedata-[0-9]*:../../games/quakedata ONLY_FOR_PLATFORM= *-*-i386 -EXTRACT_CMD= unzip -q ${DOWNLOADED_DISTFILE} - USE_GMAKE= yes MAKE_ENV+= MAINDIR=${WRKSRC} |