diff options
author | yuri <yuri@FreeBSD.org> | 2018-09-10 15:03:46 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-09-10 15:03:46 +0800 |
commit | 184e622458af5cbce59542bfc4e8f65a37c7429b (patch) | |
tree | d8b1bac4de7a57de2d2d5fe3ee52eede2b21317a | |
parent | ef56d92987adab54156d1ca91005668ec085b76b (diff) | |
download | freebsd-ports-gnome-184e622458af5cbce59542bfc4e8f65a37c7429b.tar.gz freebsd-ports-gnome-184e622458af5cbce59542bfc4e8f65a37c7429b.tar.zst freebsd-ports-gnome-184e622458af5cbce59542bfc4e8f65a37c7429b.zip |
net/charm: Remove RESTRICTED, change LICENSE_PERMS to none
Reported by: mat
-rw-r--r-- | net/charm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/charm/Makefile b/net/charm/Makefile index 8aacc8d9cbb7..ef513bb9be95 100644 --- a/net/charm/Makefile +++ b/net/charm/Makefile @@ -13,7 +13,7 @@ COMMENT= Message-passing parallel language and runtime system LICENSE= CHARMPP_CONVERSE_LICENSE LICENSE_NAME= Charm++/Converse License LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_PERMS= no-auto-accept no-dist-mirror no-pkg-mirror # No redistribution is allowed. +LICENSE_PERMS= none # No redistribution is allowed, no commercial use: commercial use requires a commercial license ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= Not clear if it can be built on other architectures @@ -21,8 +21,6 @@ ONLY_FOR_ARCHS_REASON= Not clear if it can be built on other architectures FETCH_DEPENDS= git:devel/git BUILD_DEPENDS= bash:shells/bash -RESTRICTED= No commercial use: commercial use requires a commercial license - USES= fortran gmake localbase:ldflags shebangfix SHEBANG_GLOB= *.sh SHEBANG_FILES= src/scripts/* |