diff options
author | sat <sat@FreeBSD.org> | 2006-12-06 17:26:25 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-12-06 17:26:25 +0800 |
commit | 27d0e48fbf9620fdf986fbfdcf28b4d0dad30df8 (patch) | |
tree | 3e1e88547f7b97fbeb92ce13c02f2bc9f4012014 | |
parent | babe3401fbb99fbd2476454102f6a344577483d4 (diff) | |
download | freebsd-ports-gnome-27d0e48fbf9620fdf986fbfdcf28b4d0dad30df8.tar.gz freebsd-ports-gnome-27d0e48fbf9620fdf986fbfdcf28b4d0dad30df8.tar.zst freebsd-ports-gnome-27d0e48fbf9620fdf986fbfdcf28b4d0dad30df8.zip |
- Add Easy Software mirrors for cups, fltk and other ports
-rw-r--r-- | Mk/bsd.sites.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index bfb3efe5be62..589bc8c3383b 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -165,6 +165,17 @@ MASTER_SITE_DEBIAN_POOL+= \ ${MASTER_SITE_DEBIAN:C|(/%SUBDIR%/)|/pool/main/${PORTNAME:C/^(.).*$/\1/}/${PORTNAME}/|} .endif +.if !defined(IGNORE_MASTER_SITE_EASYSW) +MASTER_SITE_EASYSW+= \ + http://ftp.easysw.com/pub/%SUBDIR%/ \ + ftp://ftp.easysw.com/pub/%SUBDIR%/ \ + ftp://ftp2.easysw.com/pub/%SUBDIR%/ \ + ftp://ftp3.easysw.com/pub/%SUBDIR%/ \ + http://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ \ + ftp://ftp.funet.fi/pub/mirrors/ftp.easysw.com/pub/%SUBDIR%/ \ + ftp://ftp.rz.tu-bs.de/pub/mirror/ftp.easysw.com/ftp/pub/%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_ECLIPSE) MASTER_SITE_ECLIPSE+= \ http://download.eclipse.org/eclipse/downloads/drops/%SUBDIR%/ \ |