diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-07 19:47:05 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-07 19:47:05 +0000 |
commit | 958482d1fbcb4407361e28b173cd7a6b660c927a (patch) | |
tree | 39329883baae17de31280b750bbac7f37aeaa7a2 /net-mgmt | |
parent | - Fix MASTER_SITES (diff) |
- Fix MASTER_SITES
PR: 57709
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=90546
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/aggregate/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/aggregate/Makefile b/net-mgmt/aggregate/Makefile index e980f2bac5a4..10bd282a6e0a 100644 --- a/net-mgmt/aggregate/Makefile +++ b/net-mgmt/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 |