diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-07 19:44:13 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-07 19:44:13 +0000 |
commit | eb7e23b4746dd659e9313c532c66eb6c2452bb89 (patch) | |
tree | 5c5da4136acc075b9638b002eee9ddc55d9073f8 /net/ciscoconf/Makefile | |
parent | - re-enable auto-detection for APACHE2 (diff) |
- Fix MASTER_SITES
PR: 57710
Submitted by: maintainer
Diffstat (limited to '')
-rw-r--r-- | net/ciscoconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ciscoconf/Makefile b/net/ciscoconf/Makefile index a17ef22c6f02..5bc73e7e6217 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 |