diff options
author | antoine <antoine@FreeBSD.org> | 2017-10-08 14:39:40 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-10-08 14:39:40 +0800 |
commit | 5ad2a0d686661d558b236e6947c49d0a12aaa823 (patch) | |
tree | ebcc473a9bb91d873a6e7c0c679af0c9ab4184ce /math | |
parent | 88ef20ca13247862338f670ff915fddf9e16cbc7 (diff) | |
download | freebsd-ports-gnome-5ad2a0d686661d558b236e6947c49d0a12aaa823.tar.gz freebsd-ports-gnome-5ad2a0d686661d558b236e6947c49d0a12aaa823.tar.zst freebsd-ports-gnome-5ad2a0d686661d558b236e6947c49d0a12aaa823.zip |
Defining both LICENSE_FILE_COMMERCIAL and LICENSE_TEXT_COMMERCIAL is not
allowed
Reported by: pkg-fallout
Diffstat (limited to 'math')
-rw-r--r-- | math/miracl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/miracl/Makefile b/math/miracl/Makefile index bafa5b39ce4f..422e8c8c2847 100644 --- a/math/miracl/Makefile +++ b/math/miracl/Makefile @@ -14,12 +14,12 @@ COMMENT= Multiprecision Integer and Rational Arithmetic C/C++ Library LICENSE= AGPLv3 COMMERCIAL LICENSE_COMB= dual -LICENSE_NAME_COMMERCIAL= Commericial use license to not be bound by AGPLv3 +LICENSE_NAME_COMMERCIAL= Commercial use license to not be bound by AGPLv3 LICENSE_TEXT_COMMERCIAL= License available from CertiVox for commercial use and LICENSE_TEXT_COMMERCIAL+= to not be bound by the terms of the AGPLv3. Visit LICENSE_TEXT_COMMERCIAL+= http://certivox.com/index.php/solutions/miracl-crypto-sdk/ LICENSE_TEXT_COMMERCIAL+= for more details. -LICENSE_FILE= ${FILESDIR}/LICENSE +#LICENSE_FILE= ${FILESDIR}/LICENSE LICENSE_PERMS_COMMERCIAL= dist-mirror dist-sell pkg-mirror pkg-sell no-auto-accept ONLY_FOR_ARCHS= i386 amd64 |