diff options
author | foxfair <foxfair@FreeBSD.org> | 2003-03-23 23:15:56 +0800 |
---|---|---|
committer | foxfair <foxfair@FreeBSD.org> | 2003-03-23 23:15:56 +0800 |
commit | edfc98185ca658ccf1b9316cf1a8e43af9371644 (patch) | |
tree | afbc7d98034837642197ffe08f1f3f5a62f05150 | |
parent | e12573cdea8c148eac4d7a746bda175d580c2cf1 (diff) | |
download | freebsd-ports-gnome-edfc98185ca658ccf1b9316cf1a8e43af9371644.tar.gz freebsd-ports-gnome-edfc98185ca658ccf1b9316cf1a8e43af9371644.tar.zst freebsd-ports-gnome-edfc98185ca658ccf1b9316cf1a8e43af9371644.zip |
PR: 49064
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
Switch MASTER_SITE to make this port fetchable.
-rw-r--r-- | security/logcheck/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/logcheck/Makefile b/security/logcheck/Makefile index 6318932f734f..6968eebb06b6 100644 --- a/security/logcheck/Makefile +++ b/security/logcheck/Makefile @@ -8,7 +8,10 @@ PORTNAME= logcheck PORTVERSION= 1.1.1 CATEGORIES= security -MASTER_SITES= http://www.psionic.com/downloads/ +MASTER_SITES= ftp://sensimilia.eu.org/pub/software/sys/ \ + http://www.ukc.mirror.ac.uk/sites/ftp.freebsd.org/pub/FreeBSD/ports/distfiles/ \ + http://www.psionic.com/downloads/ \ + http://people.FreeBSD.org/~foxfair/distfiles/ DISTNAME= logsentry-${PORTVERSION} MAINTAINER= ports@FreeBSD.org |