diff options
author | Barbara Guida <bar@FreeBSD.org> | 2014-05-22 14:03:44 +0800 |
---|---|---|
committer | Barbara Guida <bar@FreeBSD.org> | 2014-05-22 14:03:44 +0800 |
commit | 860d00492d27e8eca85364a9dcd72597b62970e2 (patch) | |
tree | 365c6fadec75db8afeef525fc1ac45a6cec88848 /Mk | |
parent | 1a1104f3f5c3b74696821033691aee825283bc06 (diff) | |
download | freebsd-ports-gnome-860d00492d27e8eca85364a9dcd72597b62970e2.tar.gz freebsd-ports-gnome-860d00492d27e8eca85364a9dcd72597b62970e2.tar.zst freebsd-ports-gnome-860d00492d27e8eca85364a9dcd72597b62970e2.zip |
- Stage support
- Add DOCS and NVIDIA_GL options
- Restore MASTER_SITES
- Install without using custom commands
- Take maintainership (former maintainer agreed by private mail)
- For MASTER_SITE_IDSOFTWARE, remove ftp.chg.ru (looks dead) and add ftp.gwdg.de
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index e8b61752004f..fb476bda14f1 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -627,7 +627,7 @@ MASTER_SITE_HORDE+= \ .if !defined(IGNORE_MASTER_SITE_IDSOFTWARE) MASTER_SITE_IDSOFTWARE+= \ - ftp://ftp.chg.ru/pub/games/idgames/idstuff/%SUBDIR%/ \ + ftp://ftp.gwdg.de/pub/misc2/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ http://ftp4.de.freesbie.org/pub/misc/ftp.idsoftware.com/idstuff/%SUBDIR%/ \ ftp://ftp.fu-berlin.de/pc/games/idgames/idstuff/%SUBDIR%/ \ ftp://ftp.gamers.org/pub/idgames/idstuff/%SUBDIR%/ \ |