diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-02 01:53:19 +0800 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-01-02 01:53:19 +0800 |
commit | afdfb1a4358400c63edfa9b9e2a0288fe179f300 (patch) | |
tree | 09cef3892972f1184986d651211b1b25bf3cf903 /games | |
parent | 131184c665485636b09c3af1e13fd487c467de66 (diff) | |
download | freebsd-ports-gnome-afdfb1a4358400c63edfa9b9e2a0288fe179f300.tar.gz freebsd-ports-gnome-afdfb1a4358400c63edfa9b9e2a0288fe179f300.tar.zst freebsd-ports-gnome-afdfb1a4358400c63edfa9b9e2a0288fe179f300.zip |
Remove MASTER_SITE that no longer exists.
Diffstat (limited to 'games')
-rw-r--r-- | games/quake2-source/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quake2-source/Makefile b/games/quake2-source/Makefile index 951496e2b0b9..6d3fad54b19b 100644 --- a/games/quake2-source/Makefile +++ b/games/quake2-source/Makefile @@ -5,7 +5,7 @@ PORTNAME= source PORTVERSION= 3.21 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://offload1.icculus.org/quake2/files/:icc \ +MASTER_SITES= http://icculus.org/quake2/files/:icc \ IDSOFTWARE/quake2/source/:id PKGNAMEPREFIX= quake2- DISTNAME= quake2-r0.16.2 |