diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /security/uvscan | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'security/uvscan')
-rw-r--r-- | security/uvscan/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile index 5a8ee6f57b2..0db2a750065 100644 --- a/security/uvscan/Makefile +++ b/security/uvscan/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2007/09/04 19:43:15 jlam Exp $ +# $NetBSD: Makefile,v 1.45 2009/05/19 08:59:33 wiz Exp $ DISTNAME= vlp4510e PKGNAME= uvscan-5.10 @@ -10,16 +10,16 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.mcafee.com/us/enterprise/products/anti_virus/file_servers_desktops/virusscan_command_line_scanner_windows_unix.html COMMENT= Evaluation version of a DOS/Windows file virus scanner - -CONFLICTS= uvscan-dat-[0-9]* - LICENSE= uvscan-license + RESTRICTED= restrictive 30 day evaluation license NO_BIN_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} +CONFLICTS= uvscan-dat-[0-9]* + EMUL_PLATFORMS= linux-i386 EMUL_MODULES.linux= compat |