diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2008-09-10 00:14:33 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2008-09-10 00:14:33 +0000 |
commit | 47545d1b3077e62b445ff350c03da242abe769c2 (patch) | |
tree | 79ac3120d81a4aae5c3cc9d1ca72fe1dee5cbdca /emulators | |
parent | 2b9d56cc85c0c29bbf8a12c3026077a3bf8f6b1c (diff) | |
download | pkgsrc-47545d1b3077e62b445ff350c03da242abe769c2.tar.gz |
Restrict not only source but binary distribution since the license is vague.
Pointed out by joerg.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xm7/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/xm7/Makefile b/emulators/xm7/Makefile index 782ba3e2cd3..d2420494179 100644 --- a/emulators/xm7/Makefile +++ b/emulators/xm7/Makefile @@ -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 @@ NOT_FOR_BULK_PLATFORM= Linux-*-* 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 |