diff options
author | James E. Housley <jeh@FreeBSD.org> | 2005-07-27 18:03:37 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2005-07-27 18:03:37 +0000 |
commit | 3065ae6d990697f57975395a630e8d84f37d19e1 (patch) | |
tree | e063741ff973cb70f8cb7602f693acf31d60fca8 | |
parent | - support new options APACHE_DATADIR, APACHE_DOCUMENT_ROOT (diff) |
Patch MASTER_SITE since they seem to redirect to a second one sometimes
Notes
Notes:
svn path=/head/; revision=140266
-rw-r--r-- | security/uvscan-dat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/uvscan-dat/Makefile b/security/uvscan-dat/Makefile index 1f84c52d4eea..318025e10fe3 100644 --- a/security/uvscan-dat/Makefile +++ b/security/uvscan-dat/Makefile @@ -8,7 +8,8 @@ PORTNAME= uvscan_dat PORTVERSION= 4544 CATEGORIES= security -MASTER_SITES= http://download.nai.com/products/datfiles/4.x/nai/ +MASTER_SITES= http://download.nai.com/products/datfiles/4.x/nai/ \ + http://speeddownload.nai.com/products/datfiles/4.x/nai/ DISTNAME= dat-${PORTVERSION} EXTRACT_SUFX= .tar |