diff options
author | trevor <trevor@FreeBSD.org> | 2001-01-10 03:27:51 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-01-10 03:27:51 +0800 |
commit | dded2b6071ce67c93b607d9cd1a5878c865ae756 (patch) | |
tree | f0fcfe6675848d73cbddb902e92d17db0b6d2456 /games/heretic/Makefile | |
parent | 418673b6c5d4a3b70e5aad4568f6426327345bfb (diff) | |
download | freebsd-ports-gnome-dded2b6071ce67c93b607d9cd1a5878c865ae756.tar.gz freebsd-ports-gnome-dded2b6071ce67c93b607d9cd1a5878c865ae756.tar.zst freebsd-ports-gnome-dded2b6071ce67c93b607d9cd1a5878c865ae756.zip |
Update master site and home page.
Don't use deprecated -b option to "fetch".
http://www.raven-games.com/linuxheretic/heretic/src/glheretic-1.0.tar.gz:
404 Object Not Found (Last OK result Sat Jun 17 11:11:51 2000 )
http://www.raven-games.com/linuxheretic/wad/glheretic-1.0.tar.gz:
404 Object Not Found (Last OK result NEVER [checked 138 times since
Mon Apr 3 8:38:54 2000 ])
http://www.raven-games.com/linuxheretic/heretic/src/heretic_share.wad.gz:
404 Object Not Found (Last OK result Fri Mar 24 11:02:19 2000 )
http://www.raven-games.com/linuxheretic/wad/heretic_share.wad.gz:
404 Object Not Found (Last OK result Tue Jun 20 20:28:49 2000 )
PR: 24196
Submitted by: Joseph Scott <joseph@randomnetworks.com> and myself
Diffstat (limited to 'games/heretic/Makefile')
-rw-r--r-- | games/heretic/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile index 2f524da85e56..d0034e3aa0a0 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -8,8 +8,8 @@ PORTNAME= heretic PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= http://www.raven-games.com/linuxheretic/heretic/src/ \ - http://www.raven-games.com/linuxheretic/wad/ +MASTER_SITES= http://heretic.linuxgames.com/heretic/src/ \ + http://heretic.linuxgames.com/wad/ DISTNAME= glheretic-1.0 .if !defined(NO_WAD) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} heretic_share.wad.gz @@ -18,7 +18,6 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org -FETCH_BEFORE_ARGS+= -b USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= WANT_OGL="no" WANT_OGL_FULLSCREEN="no" WANT_NICE_OGL="no" |