diff options
author | obrien <obrien@FreeBSD.org> | 1999-03-30 09:55:29 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-03-30 09:55:29 +0800 |
commit | 016e2ad9f0f315b3a0483a982d60eb64d17b632a (patch) | |
tree | eb1645606c8d48eccc912e7d1144abd4fb4a5cf6 /security | |
parent | ab786ed58669fcb967e810813d7a43d6e9a04f36 (diff) | |
download | freebsd-ports-gnome-016e2ad9f0f315b3a0483a982d60eb64d17b632a.tar.gz freebsd-ports-gnome-016e2ad9f0f315b3a0483a982d60eb64d17b632a.tar.zst freebsd-ports-gnome-016e2ad9f0f315b3a0483a982d60eb64d17b632a.zip |
Update to 3.1.8.
PR: ports/10769
Submitted by: Michael Haro <mharo@patrol.area51.fremont.ca.us>
Diffstat (limited to 'security')
-rw-r--r-- | security/vscan/Makefile | 25 | ||||
-rw-r--r-- | security/vscan/distinfo | 2 | ||||
-rw-r--r-- | security/vscan/pkg-plist | 8 |
3 files changed, 19 insertions, 16 deletions
diff --git a/security/vscan/Makefile b/security/vscan/Makefile index 6e17b449fbee..b9a031b28772 100644 --- a/security/vscan/Makefile +++ b/security/vscan/Makefile @@ -3,23 +3,21 @@ # Date created: Thur Sept 25, 1996 # Whom: David O'Brien (obrien@cs.ucdavis.edu) # -# $Id: Makefile,v 1.6 1997/10/10 06:53:45 obrien Exp $ +# $Id: Makefile,v 1.7 1998/12/10 00:40:24 steve Exp $ # -DISTNAME= vfrb101e -PKGNAME= vscan-1.0.2 +DISTNAME= nlxb318e +PKGNAME= vscan-3.1.8 CATEGORIES= security -MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/freebsd/ -EXTRACT_SUFX= .taz +MASTER_SITES= ftp://ftp.mcafee.com/pub/antivirus/unix/linux/ +EXTRACT_SUFX= .tar MAINTAINER= obrien@FreeBSD.org -BROKEN= distfile no longer available - NO_WRKSUBDIR= yes RESTRICTED= "Commercial software" -LIBDIR= ${PREFIX}/lib/mcafee +LIBDIR= ${PREFIX}/lib/neta MAN1= uvscan.1 pre-fetch: @@ -31,21 +29,24 @@ pre-fetch: @false .endif +post-extract: + (cd ${WRKSRC} && tar xzf linux-elf.e.tar.Z) + do-build:: # The binary executable file will be left unstripped as stripping the # file will cause attempt to validate this file to fail. do-install: - (cd ${WRKSRC}; ./Install-vscan) + (cd ${WRKSRC}; ./install-vscan) post-install: @/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/uvscan @/usr/sbin/chown -R ${SHAREOWN}.${SHAREGRP} ${LIBDIR} - @/usr/sbin/chown ${MANOWN}.${MANGRP} ${PREFIX}/man/man1/uvscan.1 + @/usr/sbin/chown ${MANOWN}.${MANGRP} ${PREFIX}/man/man1/uvscan.1 .if !defined(NOPORTDOCS) - ${MKDIR} -p ${PREFIX}/share/doc/vscan + ${MKDIR} ${PREFIX}/share/doc/vscan ${INSTALL_DATA} ${WRKSRC}/Whatsnew.txt ${PREFIX}/share/doc/vscan - ${INSTALL_DATA} ${WRKSRC}/README.1ST ${PREFIX}/share/doc/vscan/vscan.LICENCE + ${INSTALL_DATA} ${WRKSRC}/Readme.1st ${PREFIX}/share/doc/vscan/vscan.LICENCE .endif @${ECHO} "" @${CAT} ${PKGDIR}/DESCR diff --git a/security/vscan/distinfo b/security/vscan/distinfo index 910c4a0a61cc..822b3bfa47c7 100644 --- a/security/vscan/distinfo +++ b/security/vscan/distinfo @@ -1 +1 @@ -MD5 (vfrb101e.taz) = eef84b5fe8b25b8572012c29671d3ca5 +MD5 (nlxb318e.tar) = 700b554df1c0a066d383f5656e55341d diff --git a/security/vscan/pkg-plist b/security/vscan/pkg-plist index e8041b693f2f..ffce3432e4e8 100644 --- a/security/vscan/pkg-plist +++ b/security/vscan/pkg-plist @@ -1,6 +1,8 @@ bin/uvscan -lib/mcafee/scan.dat -lib/mcafee/names.dat -lib/mcafee/clean.dat +lib/neta/scan.dat +lib/neta/names.dat +lib/neta/clean.dat share/doc/vscan/vscan.LICENCE share/doc/vscan/Whatsnew.txt +@dirrm lib/neta +@dirrm share/doc/vscan |