summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorrh <rh>2000-07-20 13:30:59 +0000
committerrh <rh>2000-07-20 13:30:59 +0000
commit60698c62f23a1f94230fde429e8a0b438a2a1f99 (patch)
tree044b6843fa3a3412ac560247f90a9969d932aacf /security
parent32ba291850bd499c985ed303fb464a5719127ba4 (diff)
downloadpkgsrc-60698c62f23a1f94230fde429e8a0b438a2a1f99.tar.gz
Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use the
appropriate variables instead.
Diffstat (limited to 'security')
-rw-r--r--security/uvscan-dat/Makefile8
-rw-r--r--security/uvscan/Makefile8
2 files changed, 10 insertions, 6 deletions
diff --git a/security/uvscan-dat/Makefile b/security/uvscan-dat/Makefile
index 7ca8cc74f14..36f80d7cc0f 100644
--- a/security/uvscan-dat/Makefile
+++ b/security/uvscan-dat/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2000/06/27 10:18:05 rh Exp $
+# $NetBSD: Makefile,v 1.4 2000/07/20 13:31:01 rh Exp $
#
DISTNAME= dat-4083
@@ -15,8 +15,10 @@ NO_BUILD= YES
MIRROR_DISTFILE=no
RESTRICTED= "restricted to the license terms set for VirusScan"
-NO_PACKAGE= ${RESTRICTED}
-NO_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM=${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM=${RESTRICTED}
do-configure:
${SED} -e 's:@PREFIX@:${PREFIX}:g' \
diff --git a/security/uvscan/Makefile b/security/uvscan/Makefile
index a1c5bb1a86a..d3f1a16ab4a 100644
--- a/security/uvscan/Makefile
+++ b/security/uvscan/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/06/05 12:01:24 rh Exp $
+# $NetBSD: Makefile,v 1.2 2000/07/20 13:31:00 rh Exp $
#
DISTNAME= vlnx407e
@@ -20,8 +20,10 @@ NO_BUILD= YES
MIRROR_DISTFILE= no
LICENSE= shareware
RESTRICTED= "restrictive 30 day evaluation license"
-NO_PACKAGE= ${RESTRICTED}
-NO_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
do-configure:
${SED} <${FILESDIR}/uvscan.sh >${WRKSRC}/uvscan.sh \