summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1999-02-10 05:07:58 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1999-02-10 05:07:58 +0000
commit73e5f6dcbe5a66b5ee3d165a3600086f4d302868 (patch)
treeb219ba86cd6f00ae161ec2b06b6c5abcf20ccb89 /games
parentUpgrade to 3.7. (diff)
Add NO_CDROM. I asked IDsoftware and the reply was:
"The DOOM source should not be redistributed on any physical media whatsoever."
Notes
Notes: svn path=/head/; revision=16584
Diffstat (limited to 'games')
-rw-r--r--games/doom/Makefile6
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