From 73e5f6dcbe5a66b5ee3d165a3600086f4d302868 Mon Sep 17 00:00:00 2001 From: Jean-Marc Zucconi Date: Wed, 10 Feb 1999 05:07:58 +0000 Subject: Add NO_CDROM. I asked IDsoftware and the reply was: "The DOOM source should not be redistributed on any physical media whatsoever." --- games/doom/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'games') 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 -- cgit v1.2.3