pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/msf Add RESTRICTED and NO_*_ON_* because the ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/453e00e23182
branches:  trunk
changeset: 529975:453e00e23182
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Jun 14 12:56:43 2007 +0000

description:
Add RESTRICTED and NO_*_ON_* because the license does not grant
permissiont to redistribute.

diffstat:

 security/msf/Makefile |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 5665800348c3 -r 453e00e23182 security/msf/Makefile
--- a/security/msf/Makefile     Thu Jun 14 11:50:51 2007 +0000
+++ b/security/msf/Makefile     Thu Jun 14 12:56:43 2007 +0000
@@ -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-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}



Home | Main Index | Thread Index | Old Index