summaryrefslogtreecommitdiff
path: root/security/vscan/Makefile
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2001-03-23 21:46:29 +0000
committerKris Kennaway <kris@FreeBSD.org>2001-03-23 21:46:29 +0000
commit9c5ecf4293e2ef03fce47df384d5f7134a80055a (patch)
tree1e1f8b24ac59785ecc5e2691b448e7ea71708585 /security/vscan/Makefile
parentReplace makee with gmake. (diff)
Update to uvscan 4.14e
Submitted by: jeh PR: 26037
Notes
Notes: svn path=/head/; revision=40294
Diffstat (limited to 'security/vscan/Makefile')
-rw-r--r--security/vscan/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile
index 420917bfb04a..0560e9e92bed 100644
--- a/security/vscan/Makefile
+++ b/security/vscan/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= uvscan
-PORTVERSION= 4.07e
+PORTVERSION= 4.14e
CATEGORIES= security
-MASTER_SITES= http://download.mcafee.com/products/evaluation/virusscan/english/unix/free_bsd/
-DISTNAME= vbsd407e
+MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/unix/free_bsd/v4.14.0/
+DISTNAME= vbsd414e
EXTRACT_SUFX= .tar.Z
MAINTAINER= kris@FreeBSD.org
@@ -30,10 +30,11 @@ do-configure:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/uvscan ${PREFIX}/libexec/uvscan
${INSTALL_SCRIPT} ${WRKSRC}/uvscan.sh ${PREFIX}/bin/uvscan
+ ${INSTALL_PROGRAM} ${WRKSRC}/libbsdfv.so ${PREFIX}/lib/libbsdfv.so
.for file in license.dat messages.dat
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan
.endfor
-.for file in unx47uag.pdf license.txt
+.for file in unxadmin.pdf license.txt
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/uvscan
.endfor