diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-23 15:15:56 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-03-23 15:15:56 +0000 |
commit | 5581489c046e89a4846bb40e9ea853d7f7394e4b (patch) | |
tree | 64f5e2b873365cab096b0786c7586c64ad83f87b /security | |
parent | c9c9519816320d57164f8a527377184d578720e9 (diff) | |
download | ports-5581489c046e89a4846bb40e9ea853d7f7394e4b.tar.gz ports-5581489c046e89a4846bb40e9ea853d7f7394e4b.zip |
PR: 49064
Submitted by: Yonatan@xpert.com <Yonatan@xpert.com>
Switch MASTER_SITE to make this port fetchable.
Notes
Notes:
svn path=/head/; revision=77257
Diffstat (limited to 'security')
-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 |