diff options
author | sat <sat@FreeBSD.org> | 2007-03-07 20:46:20 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-03-07 20:46:20 +0800 |
commit | 21a511dea8c65218bde18067f65c0b5d3aded286 (patch) | |
tree | b2877810835d944c20a984bcbdb562769e64b5dc /Mk | |
parent | 013d7f336d1fe2c5313c96926b1976a862e1e0e1 (diff) | |
download | freebsd-ports-gnome-21a511dea8c65218bde18067f65c0b5d3aded286.tar.gz freebsd-ports-gnome-21a511dea8c65218bde18067f65c0b5d3aded286.tar.zst freebsd-ports-gnome-21a511dea8c65218bde18067f65c0b5d3aded286.zip |
- Update and rename my mirrors
- Keep the old name around for a smooth transition
instead of a sweeping commit
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} \ |