diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-09 15:50:08 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-09 15:50:08 +0000 |
commit | d4ab29741815e8009870b529583037e120dfed56 (patch) | |
tree | 715ae2f2d14d319a5966cc1c4f7790947e20afad | |
parent | 7e9a746569a708c9902ac284cb9dadf61cabf889 (diff) | |
download | ports-d4ab29741815e8009870b529583037e120dfed56.tar.gz ports-d4ab29741815e8009870b529583037e120dfed56.zip |
Notes
-rw-r--r-- | security/identify/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/identify/Makefile b/security/identify/Makefile index ddf2b4a1d969..7620bd1e87ae 100644 --- a/security/identify/Makefile +++ b/security/identify/Makefile @@ -8,7 +8,8 @@ PORTNAME= identify PORTVERSION= 0.7 CATEGORIES= security -MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/tools/ +MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/tools/ \ + http://www.scn.rain.com/pub/security/authent/ MAINTAINER= ports@freebsd.org COMMENT= Client side ident protocol daemon wrapper |