From dd02eac948588c80424e1cb87a04ef03fa8ee103 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 25 Dec 1999 18:54:44 +0000 Subject: [PATCH] Add a MASTER_SITE. PR: 15677 --- security/vscan/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/vscan/Makefile b/security/vscan/Makefile index 034203c33b7f..9dcce8a61bfa 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -9,7 +9,8 @@ DISTNAME= nlxb318e PKGNAME= vscan-3.1.8 CATEGORIES= security -MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/linux/ +MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/linux/ \ + http://www.freebsd.org/~steve/distfiles/ EXTRACT_SUFX= .tar MAINTAINER= obrien@FreeBSD.org