diff options
author | Florian Smeets <flo@FreeBSD.org> | 2012-10-04 17:04:44 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2012-10-04 17:04:44 +0000 |
commit | d3c505e60098b5b8ca502d71bfcff824fda33131 (patch) | |
tree | 1a06b1632d608fb96f5a4d8b7c7263a36c91be53 /Mk/bsd.sites.mk | |
parent | 8abb75929679a8cd4ef6f6dd5117496aaefe900d (diff) | |
download | ports-d3c505e60098b5b8ca502d71bfcff824fda33131.tar.gz ports-d3c505e60098b5b8ca502d71bfcff824fda33131.zip |
Notes
Diffstat (limited to 'Mk/bsd.sites.mk')
-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 48c7b4bf3ed0..c2d97d4bd0fc 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -51,6 +51,17 @@ MASTER_SITE_AFTERSTEP+= \ ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ .endif +.if !defined(IGNORE_MASTER_SITE_ALSA) +MASTER_SITE_ALSA+= \ + ftp://ftp.silug.org/pub/alsa/%SUBDIR%/ \ + ftp://ftp.task.gda.pl/pub/linux/misc/alsa/%SUBDIR%/ \ + ftp://gd.tuwien.ac.at/opsys/linux/alsa/%SUBDIR%/ \ + http://dl.ambiweb.de/mirrors/ftp.alsa-project.org/%SUBDIR%/ \ + http://mirrors.zerg.biz/alsa/%SUBDIR%/ \ + http://alsa.cybermirror.org/%SUBDIR%/ \ + ftp://ftp.alsa-project.org/pub/%SUBDIR%/ +.endif + .if !defined(IGNORE_MASTER_SITE_APACHE) MASTER_SITE_APACHE+= \ http://www.apache.org/dist/%SUBDIR%/ \ |