diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-09-12 12:41:11 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2006-09-12 12:41:11 +0000 |
commit | 56021600c2a491059f488a423a2e3f31a6b9d0ad (patch) | |
tree | cd9db0e09159856cf9ac39651bb043eec8e59a3c | |
parent | Update to 3.0007 (diff) |
- Update mastersite.
- Pass maintainership to submitter.
PR: ports/102933
Submitted by: Babak Farrokhi <babak@farrokhi.net>
-rw-r--r-- | security/rkhunter/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile index 990fa9b2284d..260ab29558a2 100644 --- a/security/rkhunter/Makefile +++ b/security/rkhunter/Makefile @@ -9,9 +9,10 @@ PORTNAME= rkhunter PORTVERSION= 1.2.8 PORTREVISION= 3 CATEGORIES= security -MASTER_SITES= http://downloads.rootkit.nl/ +MASTER_SITES= http://downloads.rootkit.nl/ \ + http://mirror.trouble-free.net/sources/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= babak@farrokhi.net COMMENT= Rootkit detection tool OPTIONS= LSOF "Use LSOF" on \ |