diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-06 00:21:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-04-06 00:21:42 +0000 |
commit | a70669db128f5ae07df42f1b7b0b90106e391205 (patch) | |
tree | cd749bb39ef73f3b35090b9390c2753ae9420e42 /games/doom/Makefile | |
parent | 9df4be53d7d8a01be966e77c06ec797152d773ef (diff) | |
download | ports-a70669db128f5ae07df42f1b7b0b90106e391205.tar.gz ports-a70669db128f5ae07df42f1b7b0b90106e391205.zip |
Notes
Diffstat (limited to 'games/doom/Makefile')
-rw-r--r-- | games/doom/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index d1d9818c9f5e..3fc4da6cdef7 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -8,11 +8,8 @@ PORTNAME= doom PORTVERSION= 1.10 CATEGORIES= games -MASTER_SITES= ftp://ftp.idsoftware.com/idstuff/source/ \ - http://ftp.sunet.se/pub/pc/games/idgames/idstuff/source/ \ - http://www.gamers.org/pub/idgames/idstuff/source/ \ - ftp://ftp.ntua.gr/pub/vendors/idgames/idstuff/source/ - +MASTER_SITES= ${MASTER_SITE_IDSOFTWARE} +MASTER_SITE_SUBDIR= source DISTNAME= doomsrc MAINTAINER= jmz@FreeBSD.org |