diff options
author | jeh <jeh@FreeBSD.org> | 2002-01-10 08:11:56 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2002-01-10 08:11:56 +0800 |
commit | 4acc2975a4b221b2fe3d15ef9701c8e30c15b57e (patch) | |
tree | 47ed73492eb80fff86f80c5358cb7d39b696577e | |
parent | 5fddcb94615ed4faae24a379f0d391c4e4be911f (diff) | |
download | freebsd-ports-gnome-4acc2975a4b221b2fe3d15ef9701c8e30c15b57e.tar.gz freebsd-ports-gnome-4acc2975a4b221b2fe3d15ef9701c8e30c15b57e.tar.zst freebsd-ports-gnome-4acc2975a4b221b2fe3d15ef9701c8e30c15b57e.zip |
They added another library file, that I missed.
PORTREVISION bumped
Submitted by: Andrew Stuart <elitetek@tekrealm.net>
-rw-r--r-- | security/vscan/Makefile | 2 | ||||
-rw-r--r-- | security/vscan/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile index ac71779ca658..bbdcd12a5c26 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -7,6 +7,7 @@ PORTNAME= uvscan PORTVERSION= 4.16e +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/cmdline/bsd/version_4.16/ DISTNAME= vbsd416e @@ -33,6 +34,7 @@ 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 + ${INSTALL_PROGRAM} ${WRKSRC}/libbsdfv.so.4 ${PREFIX}/lib/libbsdfv.so.4 .for file in license.dat messages.dat ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/libexec/uvscan .endfor diff --git a/security/vscan/pkg-plist b/security/vscan/pkg-plist index 67e2e15acd78..4af6e7275de1 100644 --- a/security/vscan/pkg-plist +++ b/security/vscan/pkg-plist @@ -1,6 +1,7 @@ @comment $NetBSD: PLIST,v 1.1.1.1 2000/06/05 12:01:25 rh Exp $ bin/uvscan lib/libbsdfv.so +lib/libbsdfv.so.4 libexec/uvscan/uvscan libexec/uvscan/license.dat libexec/uvscan/messages.dat |