diff options
author | gdt <gdt@pkgsrc.org> | 2007-06-14 12:56:43 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2007-06-14 12:56:43 +0000 |
commit | df39c54a6d5c756df8ba0ad87ce760af2100df24 (patch) | |
tree | fcdc041466dc142edf13581fc334b53f6c2a5ae0 /security/msf | |
parent | 40bd37dee50f7ff0e1ab566062aa217842505694 (diff) | |
download | pkgsrc-df39c54a6d5c756df8ba0ad87ce760af2100df24.tar.gz |
Add RESTRICTED and NO_*_ON_* because the license does not grant
permissiont to redistribute.
Diffstat (limited to 'security/msf')
-rw-r--r-- | security/msf/Makefile | 7 |
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} |