diff options
author | oliver <oliver@FreeBSD.org> | 2016-01-01 19:31:08 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2016-01-01 19:31:08 +0800 |
commit | 6cf8cd0307e3f30f49687f287c4f056e0145c193 (patch) | |
tree | f819601d297d82e20f0318323e30e993c795e073 /games | |
parent | 7f8aeb4b16e7cd8ddf04cfce092dec462aa59ab3 (diff) | |
download | freebsd-ports-gnome-6cf8cd0307e3f30f49687f287c4f056e0145c193.tar.gz freebsd-ports-gnome-6cf8cd0307e3f30f49687f287c4f056e0145c193.tar.zst freebsd-ports-gnome-6cf8cd0307e3f30f49687f287c4f056e0145c193.zip |
Mark Un'BROKEN, Reset MASTER_SITES, Remove WWW from pkg-descr
PR: 205615
Submitted by: Kyle Evans
Diffstat (limited to 'games')
-rw-r--r-- | games/heretic/Makefile | 6 | ||||
-rw-r--r-- | games/heretic/pkg-descr | 2 |
2 files changed, 2 insertions, 6 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile index 7388beb60fd1..92daad98c877 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -5,15 +5,13 @@ PORTNAME= heretic PORTVERSION= 1.2 PORTREVISION= 8 CATEGORIES= games -MASTER_SITES= http://heretic.linuxgames.com/heretic/src/:source \ - http://heretic.linuxgames.com/wad/:wad +MASTER_SITES= http://files.kyle-evans.net/freebsd/:source \ + http://files.kyle-evans.net/freebsd/:wad DISTNAME= gl${PORTNAME}-${PORTVERSION} MAINTAINER= oliver@FreeBSD.org COMMENT= Unix source-port of the famous Heretic game by id Software -BROKEN= unfetchable - USES= gmake USE_XORG= x11 xi xpm xau diff --git a/games/heretic/pkg-descr b/games/heretic/pkg-descr index cb9de16f31b3..219befdb701b 100644 --- a/games/heretic/pkg-descr +++ b/games/heretic/pkg-descr @@ -2,5 +2,3 @@ This is the "Linux" port of the great Heretic game by id Software. It is an addicting game of sorcery with blood and gore that reminds people of the old Doom and Wolfenstein 3D games. - -WWW: http://heretic.linuxgames.com/ |