From d4ab29741815e8009870b529583037e120dfed56 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Mon, 9 Jun 2003 15:50:08 +0000 Subject: [PATCH] Fix MASTER_SITES: add another location of distro instead of replace old location. PR: 53089 Apporved by: fjoe (mentor) --- security/identify/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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