diff options
author | krion <krion@FreeBSD.org> | 2003-10-08 03:47:05 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-08 03:47:05 +0800 |
commit | 858084e6b6f64c533f399687abda7915ddf83635 (patch) | |
tree | 7f8be1f28bc4efdf4784576d9e7dc1e361fca756 /net | |
parent | 6efeddbe27ec25c751602c994b1a64ce4848649b (diff) | |
download | freebsd-ports-gnome-858084e6b6f64c533f399687abda7915ddf83635.tar.gz freebsd-ports-gnome-858084e6b6f64c533f399687abda7915ddf83635.tar.zst freebsd-ports-gnome-858084e6b6f64c533f399687abda7915ddf83635.zip |
- Fix MASTER_SITES
PR: 57709
Submitted by: maintainer
Diffstat (limited to 'net')
-rw-r--r-- | net/aggregate/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/aggregate/Makefile b/net/aggregate/Makefile index e980f2bac5a4..10bd282a6e0a 100644 --- a/net/aggregate/Makefile +++ b/net/aggregate/Makefile @@ -8,10 +8,8 @@ PORTNAME= aggregate PORTVERSION= 1.6 CATEGORIES= net -MASTER_SITES= http://dist.automagic.org/ \ - http://dist1.automagic.org/ \ - http://dist2.automagic.org/ \ - http://dist3.automagic.org/ +MASTER_SITES= ftp://ftp.isc.org/isc/aggregate/ \ + http://software.automagic.org/aggregate/ MAINTAINER= jabley@automagic.org COMMENT= Optimise a list of route prefixes to help make nice short filters |