diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-07 12:46:20 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-03-07 12:46:20 +0000 |
commit | 1b58b62b4398ae4f3b665c858e0003119abf1958 (patch) | |
tree | 243704ba2e8f891cd172eab3de6707aa468abc2f /Mk | |
parent | 2f71eabdae60f625c956b03dcb2b64478b165245 (diff) |
- Update and rename my mirrors
- Keep the old name around for a smooth transition
instead of a sweeping commit
Notes
Notes:
svn path=/head/; revision=186798
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 62b947d8e897..92c3dc4ca8d5 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -109,6 +109,13 @@ MASTER_SITE_BERLIOS+= \ http://download2.berlios.de/%SUBDIR%/ .endif +.if !defined(IGNORE_MASTER_SITE_CENKES) +MASTER_SITE_CENKES+= \ + http://bsd.cenkes.org/%SUBDIR%/ \ + http://bsd2.cenkes.org/%SUBDIR%/ \ + http://bsd3.cenkes.org/%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_COMP_SOURCES) MASTER_SITE_COMP_SOURCES+= \ ftp://gatekeeper.dec.com/pub/usenet/comp.sources.%SUBDIR%/ \ @@ -116,10 +123,7 @@ MASTER_SITE_COMP_SOURCES+= \ .endif .if !defined(IGNORE_MASTER_SITE_CSME) -MASTER_SITE_CSME+= \ - http://bsd1.csme.ru/%SUBDIR%/ \ - http://bsd2.csme.ru/%SUBDIR%/ \ - http://bsd3.csme.ru/%SUBDIR%/ +MASTER_SITE_CSME+= ${MASTER_SITE_CENKES} .endif .if !defined(IGNORE_MASTER_SITE_DEBIAN) @@ -1326,6 +1330,7 @@ MASTER_SITES_ABBREVS= CPAN:PERL_CPAN SF:SOURCEFORGE SFE:SOURCEFORGE_EXTENDED \ MASTER_SITES_SUBDIRS= \ APACHE_JAKARTA:${PORTNAME:S,-,/,}/source \ BERLIOS:${PORTNAME:L} \ + CENKES:myports \ CSME:myports \ DEBIAN:pool/main/${PORTNAME:C/^((lib)?.).*$/\1/}/${PORTNAME} \ GCC:releases/${DISTNAME} \ |