diff options
author | krion <krion@FreeBSD.org> | 2003-10-08 03:44:13 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-08 03:44:13 +0800 |
commit | 6efeddbe27ec25c751602c994b1a64ce4848649b (patch) | |
tree | 4deb1006599fe1acf4a14ab588d98ace1f25e125 | |
parent | 2f2c0220dca4053f29e31f71e20d46a437178701 (diff) | |
download | freebsd-ports-graphics-6efeddbe27ec25c751602c994b1a64ce4848649b.tar.gz freebsd-ports-graphics-6efeddbe27ec25c751602c994b1a64ce4848649b.tar.zst freebsd-ports-graphics-6efeddbe27ec25c751602c994b1a64ce4848649b.zip |
- Fix MASTER_SITES
PR: 57710
Submitted by: maintainer
-rw-r--r-- | net-mgmt/ciscoconf/Makefile | 4 | ||||
-rw-r--r-- | net/ciscoconf/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/ciscoconf/Makefile b/net-mgmt/ciscoconf/Makefile index a17ef22c6f0..5bc73e7e621 100644 --- a/net-mgmt/ciscoconf/Makefile +++ b/net-mgmt/ciscoconf/Makefile @@ -8,8 +8,8 @@ PORTNAME= ciscoconf PORTVERSION= 1.1 CATEGORIES= net -MASTER_SITES= http://buffoon.automagic.org/dist/ \ - http://maggie.automagic.org/dist/ +MASTER_SITES= ftp://ftp.isc.org/isc/ciscoconf/ \ + http://software.automagic.org/ciscoconf/ MAINTAINER= jabley@automagic.org COMMENT= Fetches configuration from Cisco routers and stores them under RCS diff --git a/net/ciscoconf/Makefile b/net/ciscoconf/Makefile index a17ef22c6f0..5bc73e7e621 100644 --- a/net/ciscoconf/Makefile +++ b/net/ciscoconf/Makefile @@ -8,8 +8,8 @@ PORTNAME= ciscoconf PORTVERSION= 1.1 CATEGORIES= net -MASTER_SITES= http://buffoon.automagic.org/dist/ \ - http://maggie.automagic.org/dist/ +MASTER_SITES= ftp://ftp.isc.org/isc/ciscoconf/ \ + http://software.automagic.org/ciscoconf/ MAINTAINER= jabley@automagic.org COMMENT= Fetches configuration from Cisco routers and stores them under RCS |