diff options
Diffstat (limited to 'security/uvscan/Makefile')
-rw-r--r-- | security/uvscan/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile index 7243977a8df..8c5628cb6a0 100644 --- a/security/uvscan/Makefile +++ b/security/uvscan/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.17 2003/03/26 04:05:41 jschauma Exp $ +# $NetBSD: Makefile,v 1.18 2003/03/29 12:42:25 jmmv Exp $ DISTNAME= vlnx416e PKGNAME= uvscan-4.16.0 PKGREVISION= 1 +WRKSRC= ${WRKDIR} CATEGORIES= security MASTER_SITES= http://download.nai.com/products/evaluation/virusscan/english/cmdline/linux/version_4.16/ EXTRACT_SUFX= .tar.Z @@ -25,7 +26,6 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} -WRKSRC= ${WRKDIR} DOCDIR= ${PREFIX}/share/doc/uvscan DATDIR= ${PREFIX}/share/uvscan UVSCANDIR= ${PREFIX}/libexec/uvscan |