diff options
author | osa <osa@FreeBSD.org> | 2003-06-09 23:50:08 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-06-09 23:50:08 +0800 |
commit | e83233f92f2950372358b3921398998724699099 (patch) | |
tree | e3cabe32e1fd14d4fcb4af8004243eba7963630b | |
parent | 337f17bda983fe4fa11275b811cdb0113c13fc8f (diff) | |
download | freebsd-ports-gnome-e83233f92f2950372358b3921398998724699099.tar.gz freebsd-ports-gnome-e83233f92f2950372358b3921398998724699099.tar.zst freebsd-ports-gnome-e83233f92f2950372358b3921398998724699099.zip |
Fix MASTER_SITES: add another location of distro
instead of replace old location.
PR: 53089
Apporved by: fjoe (mentor)
-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 |