diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-02-12 23:23:31 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-02-12 23:23:31 +0000 |
commit | fc89985c8df7828cc75bc987e87194e0acfc2810 (patch) | |
tree | 98c4516785a0a746207d9987ad84a595d48d1e28 /Mk | |
parent | 6f86584d46d9cf72a00fba6e74a39151e82276cb (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 86654ceb829d..62b947d8e897 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -485,6 +485,19 @@ MASTER_SITE_GNU_ALPHA+= \ http://public.planetmirror.com/pub/gnu-alpha/%SUBDIR%/ .endif +.if !defined(IGNORE_MASTER_SITE_HORDE) +MASTER_SITE_HORDE+= \ + http://ftp.horde.org/pub/%SUBDIR%/ \ + http://ftp.at.horde.org/mirror/horde/%SUBDIR%/ \ + ftp://ftp.horde.org/pub/%SUBDIR%/ \ + ftp://ftp.at.horde.org/mirror/horde/%SUBDIR%/ \ + ftp://ftp.it.horde.org/horde/pub/%SUBDIR%/ \ + ftp://ftp.planetmirror.com/pub/horde/%SUBDIR%/ \ + ftp://ftp.es.horde.org/pub/%SUBDIR%/ \ + ftp://ftp.nl.horde.org/mirror/horde-ftp/pub/%SUBDIR%/ \ + http://downloads.planetmirror.com/pub/horde/%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_IDSOFTWARE) MASTER_SITE_IDSOFTWARE+= \ ftp://ftp.chg.ru/pub/games/idgames/idstuff/%SUBDIR%/ \ @@ -1317,6 +1330,7 @@ MASTER_SITES_SUBDIRS= \ DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ GCC:releases/${DISTNAME} \ GNOME:sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} \ + HORDE:${PORTNAME} \ MOZDEV:${PORTNAME:L} \ PERL_CPAN:${PORTNAME:C/-.*//} \ PNET:${PNET_MASTER_SITE_SUBDIR} \ |