diff options
author | joerg <joerg@pkgsrc.org> | 2017-10-20 13:59:33 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2017-10-20 13:59:33 +0000 |
commit | 6a065961da6d76d8806edd054c92870ca344182f (patch) | |
tree | 3a42a245a2ef578a1bd868aaaa2e3e652ed02427 | |
parent | 0d62bb8ca8799218175e7756ceccb8c7645ed318 (diff) | |
download | pkgsrc-6a065961da6d76d8806edd054c92870ca344182f.tar.gz |
archivers/zstd: non-redistributable distfile has been fixed.
-rw-r--r-- | archivers/zstd/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/archivers/zstd/Makefile b/archivers/zstd/Makefile index b8e99ef1762..cf6ad28367a 100644 --- a/archivers/zstd/Makefile +++ b/archivers/zstd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2017/10/20 07:23:01 adam Exp $ +# $NetBSD: Makefile,v 1.14 2017/10/20 13:59:33 joerg Exp $ DISTNAME= zstd-1.3.2 CATEGORIES= archivers @@ -19,10 +19,6 @@ 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" |