diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2010-01-25 08:19:38 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2010-01-25 08:19:38 +0800 |
commit | 5aea01af495d786e10e77fff771abd75683f80c9 (patch) | |
tree | 443c7422aed047346293019c79771e365e554062 | |
parent | 6d0afefb504ffbf6e8f79a091c8d675b781a2467 (diff) | |
download | freebsd-ports-gnome-5aea01af495d786e10e77fff771abd75683f80c9.tar.gz freebsd-ports-gnome-5aea01af495d786e10e77fff771abd75683f80c9.tar.zst freebsd-ports-gnome-5aea01af495d786e10e77fff771abd75683f80c9.zip |
Use ISC macro instead of ftp.isc.org in MASTER_SITES
PR: 143170
Submitted by: Sevan Janiyan
Approved by: maintainer
-rw-r--r-- | net-mgmt/ciscoconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/ciscoconf/Makefile b/net-mgmt/ciscoconf/Makefile index 213e00744b97..e00bc3ef450a 100644 --- a/net-mgmt/ciscoconf/Makefile +++ b/net-mgmt/ciscoconf/Makefile @@ -8,13 +8,14 @@ PORTNAME= ciscoconf PORTVERSION= 1.1 CATEGORIES= net-mgmt -MASTER_SITES= ftp://ftp.isc.org/isc/ciscoconf/ \ +MASTER_SITES= ISC/ciscoconf/ \ http://software.automagic.org/ciscoconf/ MAINTAINER= jabley@automagic.org COMMENT= Fetches configuration from Cisco routers and stores them under RCS BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend + ALL_TARGET= depend all MAN8= ciscoconfd.8 ciscoconfr.8 |