diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2001-03-23 21:46:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2001-03-23 21:46:29 +0000 |
commit | 9c5ecf4293e2ef03fce47df384d5f7134a80055a (patch) | |
tree | 1e1f8b24ac59785ecc5e2691b448e7ea71708585 /security/vscan | |
parent | 2c3f2a65ad9f1d4b5560ecaf8283dd5088ab8341 (diff) | |
download | ports-9c5ecf4293e2ef03fce47df384d5f7134a80055a.tar.gz ports-9c5ecf4293e2ef03fce47df384d5f7134a80055a.zip |
Notes
Diffstat (limited to 'security/vscan')
-rw-r--r-- | security/vscan/Makefile | 9 | ||||
-rw-r--r-- | security/vscan/distinfo | 2 | ||||
-rw-r--r-- | security/vscan/pkg-plist | 3 |
3 files changed, 8 insertions, 6 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 diff --git a/security/vscan/distinfo b/security/vscan/distinfo index 5b4099728ca7..f65c5a51dd63 100644 --- a/security/vscan/distinfo +++ b/security/vscan/distinfo @@ -1 +1 @@ -MD5 (vbsd407e.tar.Z) = c635d45605f21a9d57a03c177d8ffb64 +MD5 (vbsd414e.tar.Z) = 9a37dc0ecf9b1dd227950b8278da619b diff --git a/security/vscan/pkg-plist b/security/vscan/pkg-plist index 2bac46396aec..67e2e15acd78 100644 --- a/security/vscan/pkg-plist +++ b/security/vscan/pkg-plist @@ -1,7 +1,8 @@ @comment $NetBSD: PLIST,v 1.1.1.1 2000/06/05 12:01:25 rh Exp $ bin/uvscan +lib/libbsdfv.so libexec/uvscan/uvscan libexec/uvscan/license.dat libexec/uvscan/messages.dat -share/doc/uvscan/unx47uag.pdf +share/doc/uvscan/unxadmin.pdf share/doc/uvscan/license.txt |