diff options
author | gdt <gdt@pkgsrc.org> | 2019-06-17 17:08:26 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2019-06-17 17:08:26 +0000 |
commit | 6be216123747ea6bec75357f2c1886371b12a4bc (patch) | |
tree | 78fc449352f99da5300e6286c39fa92631db6ba2 | |
parent | ba9093af135690d5fac9313c044aef530110e8db (diff) | |
download | pkgsrc-6be216123747ea6bec75357f2c1886371b12a4bc.tar.gz |
sysutils/amlogic-meson-fwtools: Set NO_*_ON_*
The license does not grant permission to redistribute, so in addition
to setting RESTRICTED, set NO_*_ON_*. As probably recently discussed
on a list.
-rw-r--r-- | sysutils/amlogic-meson-fwtools/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/sysutils/amlogic-meson-fwtools/Makefile b/sysutils/amlogic-meson-fwtools/Makefile index 5afe32c3045..511bf5fb1e3 100644 --- a/sysutils/amlogic-meson-fwtools/Makefile +++ b/sysutils/amlogic-meson-fwtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2019/05/18 19:26:50 thorpej Exp $ +# $NetBSD: Makefile,v 1.3 2019/06/17 17:08:26 gdt Exp $ # Version isn't super-meaningful; we're grabbing a collection of non-changing # tools from a variety of locations. @@ -11,9 +11,14 @@ CATEGORIES= sysutils MAINTAINER= port-arm@NetBSD.org COMMENT= Trusted Firmware packaging tools for the Amlogic Meson family of SoCs -RESTRICTED= Redistribution not permitted - see licenses/amlogic-meson-fwtools LICENSE= amlogic-meson-fwtools-license +RESTRICTED= Redistribution not permitted - see licenses/amlogic-meson-fwtools +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} + # # These tools are distributed only as Linux x86_64 binaries. # |