summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2007-06-14 12:56:43 +0000
committergdt <gdt@pkgsrc.org>2007-06-14 12:56:43 +0000
commitcd8cb61ebf566d34ca6f155f81b661007d32ea6d (patch)
treefcdc041466dc142edf13581fc334b53f6c2a5ae0 /security
parent34e410a1b0aa7c862a8f0acb098520f461110dd0 (diff)
downloadpkgsrc-cd8cb61ebf566d34ca6f155f81b661007d32ea6d.tar.gz
Add RESTRICTED and NO_*_ON_* because the license does not grant
permissiont to redistribute.
Diffstat (limited to 'security')
-rw-r--r--security/msf/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/msf/Makefile b/security/msf/Makefile
index 94f0ea98c1c..7ba17f1d8fa 100644
--- a/security/msf/Makefile
+++ b/security/msf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2007/03/24 19:21:31 joerg Exp $
+# $NetBSD: Makefile,v 1.13 2007/06/14 12:56:43 gdt Exp $
#
DISTNAME= framework-2.6
@@ -14,6 +14,11 @@ DEPENDS+= p5-Net-SSLeay>=1.23:../../security/p5-Net-SSLeay
DEPENDS+= p5-Term-ReadLine>=1.14:../../devel/p5-Term-ReadLine
LICENSE= inlineegg-license
+RESTRICTED= No permission to redistribute
+NO_SRC_ON_FTP= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
MSFDIR= ${PREFIX}/share/msf
MESSAGE_SUBST+= MSFDIR=${MSFDIR:Q}