pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/xm7 Restrict not only source but binary dist...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7418018bbf39
branches:  trunk
changeset: 546935:7418018bbf39
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Wed Sep 10 00:14:33 2008 +0000

description:
Restrict not only source but binary distribution since the license is vague.
Pointed out by joerg.

diffstat:

 emulators/xm7/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 939db0b3a894 -r 7418018bbf39 emulators/xm7/Makefile
--- a/emulators/xm7/Makefile    Tue Sep 09 22:45:45 2008 +0000
+++ b/emulators/xm7/Makefile    Wed Sep 10 00:14:33 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2008/05/26 22:25:25 tnn Exp $
+# $NetBSD: Makefile,v 1.25 2008/09/10 00:14:33 uebayasi Exp $
 #
 
 DISTNAME=              xm71010s
@@ -19,7 +19,9 @@
 
 RESTRICTED=            source archive is not redistributable
 LICENSE=               no-commercial-use
+NO_BIN_ON_CDROM=       ${RESTRICTED}
 NO_SRC_ON_CDROM=       ${RESTRICTED}
+NO_BIN_ON_FTP=         ${RESTRICTED}
 NO_SRC_ON_FTP=         ${RESTRICTED}
 
 EXTRACT_OPTS_LHA=      qt      # convert CRLF to LF



Home | Main Index | Thread Index | Old Index