diff options
author | jmz <jmz@FreeBSD.org> | 1999-02-10 05:07:58 +0000 |
---|---|---|
committer | jmz <jmz@FreeBSD.org> | 1999-02-10 05:07:58 +0000 |
commit | de824d1b5669fba6973cb862ad1faf349bfd8c9d (patch) | |
tree | 2cf164df0391e465df8926db0772bdc7e2ea1e00 /games/doom | |
parent | 08fac9c8664bf4b7dab4b557924a4bd496b160f9 (diff) | |
download | FreeBSD-ports-de824d1b5669fba6973cb862ad1faf349bfd8c9d.zip FreeBSD-ports-de824d1b5669fba6973cb862ad1faf349bfd8c9d.tar.gz |
Add NO_CDROM. I asked IDsoftware and the reply was:
"The DOOM source should not be redistributed on any physical media
whatsoever."
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 5d21c44..f8c15f6 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 |