diff options
author | anders <anders@FreeBSD.org> | 2004-05-28 19:48:29 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2004-05-28 19:48:29 +0800 |
commit | df48516d3e0f8c8d6b49d3fd0422bfea4d2bd9b6 (patch) | |
tree | fb055943a67c0d2e6f01281914eaebb05d7c7ed2 /security/audit | |
parent | 400f15ea0e25df047eda17cc90d4336c7137c519 (diff) | |
download | freebsd-ports-gnome-df48516d3e0f8c8d6b49d3fd0422bfea4d2bd9b6.tar.gz freebsd-ports-gnome-df48516d3e0f8c8d6b49d3fd0422bfea4d2bd9b6.tar.zst freebsd-ports-gnome-df48516d3e0f8c8d6b49d3fd0422bfea4d2bd9b6.zip |
Update MASTER_SITES to reflect actual corest.com webservers.
PR: 67149
Submitted by: Roman Neuhauser <neuhauser@chello.cz>
Diffstat (limited to 'security/audit')
-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 |