pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/amlogic-meson-fwtools sysutils/amlogic-meson-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0a22ec7e7e63
branches:  trunk
changeset: 335322:0a22ec7e7e63
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Mon Jun 17 17:08:26 2019 +0000

description:
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.

diffstat:

 sysutils/amlogic-meson-fwtools/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 97e96798267e -r 0a22ec7e7e63 sysutils/amlogic-meson-fwtools/Makefile
--- a/sysutils/amlogic-meson-fwtools/Makefile   Mon Jun 17 17:05:14 2019 +0000
+++ b/sysutils/amlogic-meson-fwtools/Makefile   Mon Jun 17 17:08:26 2019 +0000
@@ -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,8 +11,13 @@
 MAINTAINER=    port-arm%NetBSD.org@localhost
 COMMENT=       Trusted Firmware packaging tools for the Amlogic Meson family of SoCs
 
+LICENSE=       amlogic-meson-fwtools-license
+
 RESTRICTED=    Redistribution not permitted - see licenses/amlogic-meson-fwtools
-LICENSE=       amlogic-meson-fwtools-license
+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.



Home | Main Index | Thread Index | Old Index