diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-05-01 12:34:38 +0000 |
commit | 539536fae4fd527bda14770b3bd20226a83059a5 (patch) | |
tree | eff880fe16e3f1280be1ad7c9ada21c74eda89ed /games/doom | |
parent | f194e3126cfa155a4ba5d53ff2db56d4bd75c6ed (diff) | |
download | ports-539536fae4fd527bda14770b3bd20226a83059a5.tar.gz ports-539536fae4fd527bda14770b3bd20226a83059a5.zip |
Notes
Diffstat (limited to 'games/doom')
-rw-r--r-- | games/doom/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index f8c15f6474f5..3e5f2a02cecd 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -3,22 +3,19 @@ # Date created: Mon Dec 14 21:03:01 MET 1998 # Whom: jmz # -# $Id: Makefile,v 1.11 1999/02/10 03:52:47 jmz Exp $ +# $Id: Makefile,v 1.12 1999/02/10 05:07:58 jmz Exp $ # -DISTNAME= doomsrc-1.8 +DISTNAME= doomsrc PKGNAME= doom-1.8 CATEGORIES= games MASTER_SITES?= ftp://ftp.idsoftware.com/idstuff/source/ \ ftp://ftp.stomped.com/pub/idmirror/idstuff/source/ \ ftp://ftp.cdrom.com/pub/idgames/idstuff/source/ \ ftp://ftp.gamesnet.net/idsoftware/source/ -DISTFILES?= doomsrc.zip MAINTAINER= jmz@FreeBSD.org -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - NO_CDROM= requested by IDsoftware MASTER_SITES2= ftp://sunsite.unc.edu/pub/Linux/games/doom/ \ @@ -27,9 +24,7 @@ MASTER_SITES2= ftp://sunsite.unc.edu/pub/Linux/games/doom/ \ DISTFILES2= doom1v18.wad.gz USE_XLIB= yes -EXTRACT_CMD= unzip -EXTRACT_BEFORE_ARGS= -q -EXTRACT_AFTER_ARGS= # empty +USE_ZIP= yes NO_WRKSUBDIR= yes USE_GMAKE= yes |