diff options
author | Anders Nordby <anders@FreeBSD.org> | 2004-05-28 11:48:29 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2004-05-28 11:48:29 +0000 |
commit | 6b111927bd0554cf3e3de91a5ff55485ce74bebf (patch) | |
tree | f0e53886a9295e3aa1d15b8547dfc559adffd38f /security | |
parent | Give up maintaining audit. (diff) |
Update MASTER_SITES to reflect actual corest.com webservers.
PR: 67149
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security')
-rw-r--r-- | security/audit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/audit/Makefile b/security/audit/Makefile index 29590ac03255..33bff84156b0 100644 --- a/security/audit/Makefile +++ b/security/audit/Makefile @@ -9,7 +9,8 @@ PORTNAME= audit PORTVERSION= 1.0 PORTREVISION= 2 CATEGORIES= security -MASTER_SITES= http://www.corest.com/download/audit/ \ +MASTER_SITES= http://www1.corest.com/download/audit/ \ + http://www2.corest.com/download/audit/ \ ftp://ftp.nuug.no/pub/anders/distfiles/ DISTNAME= ${PORTNAME}-v${PORTVERSION}beta-src |