diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-02-10 05:07:58 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1999-02-10 05:07:58 +0000 |
commit | 73e5f6dcbe5a66b5ee3d165a3600086f4d302868 (patch) | |
tree | b219ba86cd6f00ae161ec2b06b6c5abcf20ccb89 /games/doom | |
parent | 699ad3469b87a44852bf8b7468a1cbe1000663c9 (diff) | |
download | ports-73e5f6dcbe5a66b5ee3d165a3600086f4d302868.tar.gz ports-73e5f6dcbe5a66b5ee3d165a3600086f4d302868.zip |
Notes
Diffstat (limited to 'games/doom')
-rw-r--r-- | games/doom/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index 5d21c444a382..f8c15f6474f5 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Dec 14 21:03:01 MET 1998 # Whom: jmz # -# $Id: Makefile,v 1.10 1999/02/03 11:11:43 asami Exp $ +# $Id: Makefile,v 1.11 1999/02/10 03:52:47 jmz Exp $ # DISTNAME= doomsrc-1.8 @@ -19,6 +19,8 @@ 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/ \ ftp://ftp.infomagic.com/pub/mirrors/linux/sunsite/games/doom/ \ ftp://ftp.funet.fi/pub/mirrors/sunsite.unc.edu/pub/Linux/games/doom/ @@ -35,7 +37,7 @@ USE_GMAKE= yes do-fetch: @${MAKE} ${.MAKEFLAGS} do-fetch __REAL_FETCH__=YES @${MAKE} ${.MAKEFLAGS} do-fetch __REAL_FETCH__=YES \ - DISTFILES="${DISTFILES2}" MASTER_SITES="${MASTER_SITES2}" + DISTFILES="${DISTFILES2}" MASTER_SITES="${MASTER_SITES2}" .endif post-extract: @cd ${WRKDIR} && tar xzf linuxdoom-1.10.src.tgz && tar xzf sndserv.tgz |