summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authornros <nros@pkgsrc.org>2017-07-23 18:28:41 +0000
committernros <nros@pkgsrc.org>2017-07-23 18:28:41 +0000
commit4d221351b5bda16ea28a08441d90f4f5e7e4dac4 (patch)
tree77df6aac6bc8d6e4202b79f53b2f22aad9d8fb6c /archivers
parent8b54be05b7349da849775a3025a843136c1144ea (diff)
downloadpkgsrc-4d221351b5bda16ea28a08441d90f4f5e7e4dac4.tar.gz
Set zstd to RESTRICTED since its examples are not redistributable
Diffstat (limited to 'archivers')
-rw-r--r--archivers/zstd/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile
index 4e3f25a1b07..72af2ae629a 100644
--- a/archivers/zstd/Makefile
+++ b/archivers/zstd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2017/07/22 10:49:07 adam Exp $
+# $NetBSD: Makefile,v 1.9 2017/07/23 18:28:41 nros Exp $
DISTNAME= zstd-1.3.0
CATEGORIES= archivers
@@ -19,6 +19,10 @@ MAKE_FLAGS+= INSTALL=${INSTALL:Q}
BUILD_TARGET= allmost
TEST_TARGET= test
+RESTRICTED= "LICENSE-examples does not permit redistribution of the examples"
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+
.include "../../archivers/xz/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"