diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-04-02 04:45:03 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-04-02 04:45:03 +0800 |
commit | e1aeda92de07411f9952f7c15140d21a57156e69 (patch) | |
tree | d9eeb2a7eb421a7d6df95d888b9626977bf32ec1 /Mk | |
parent | e573b5d26f204c6a5fda8e70fae7d9a6117e875b (diff) | |
download | freebsd-ports-gnome-e1aeda92de07411f9952f7c15140d21a57156e69.tar.gz freebsd-ports-gnome-e1aeda92de07411f9952f7c15140d21a57156e69.tar.zst freebsd-ports-gnome-e1aeda92de07411f9952f7c15140d21a57156e69.zip |
bsd.sites.mk: with last mirror dead retire MASTER_SITE_ALSA
$ fetch -v http://alsa.cybermirror.org/lib/alsa-lib-1.1.0.tar.bz2
[...]
404 Not Found
Not Found
The requested URL /lib/alsa-lib-1.1.0.tar.bz2 was not found on this server.
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.sites.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Mk/bsd.sites.mk b/Mk/bsd.sites.mk index 3ee142fd0881..bc86e8d1c971 100644 --- a/Mk/bsd.sites.mk +++ b/Mk/bsd.sites.mk @@ -48,12 +48,6 @@ MASTER_SITE_AFTERSTEP+= \ ftp://ftp.dti.ad.jp/pub/X/AfterStep/%SUBDIR%/ .endif -.if !defined(IGNORE_MASTER_SITE_ALSA) -MASTER_SITE_ALSA+= \ - 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%/ \ |