aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authortobik <tobik@FreeBSD.org>2019-09-18 03:21:45 +0800
committertobik <tobik@FreeBSD.org>2019-09-18 03:21:45 +0800
commit06d763f95b8640e2c43061c55ba37c235754be17 (patch)
tree90cd9aa133a286d9e1918efac3a7385376b9c843 /math
parenta872c32efb1e01797ad87b577b83cd63607571fc (diff)
downloadfreebsd-ports-gnome-06d763f95b8640e2c43061c55ba37c235754be17.tar.gz
freebsd-ports-gnome-06d763f95b8640e2c43061c55ba37c235754be17.tar.zst
freebsd-ports-gnome-06d763f95b8640e2c43061c55ba37c235754be17.zip
Fix some misspelled or duplicated LICENSE_*
Diffstat (limited to 'math')
-rw-r--r--math/cocoalib/Makefile2
-rw-r--r--math/vampire/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/cocoalib/Makefile b/math/cocoalib/Makefile
index 9fdb73ce54ec..26a48696565b 100644
--- a/math/cocoalib/Makefile
+++ b/math/cocoalib/Makefile
@@ -12,7 +12,7 @@ COMMENT= C++ library for doing Computations in Commutative Algebra
LICENSE= GPLv3+ GFDL PD
LICENSE_COMB= multi
-LICENSE_FILE_GPL3+ = ${WRKSRC}/COPYING-GPLv3
+LICENSE_FILE_GPLv3+ = ${WRKSRC}/COPYING-GPLv3
LICENSE_FILE_GFDL= ${WRKSRC}/doc/COPYING
BUILD_DEPENDS= bash:shells/bash
diff --git a/math/vampire/Makefile b/math/vampire/Makefile
index 7c2e9e6ab983..16a2a252ab1c 100644
--- a/math/vampire/Makefile
+++ b/math/vampire/Makefile
@@ -8,7 +8,7 @@ MAINTAINER= yuri@FreeBSD.org
COMMENT= Automatic theorem prover
LICENSE= BSD2CLAUSE
-xLICENSE_FILE= ${WRKSRC}/LICENSE
+LICENSE_FILE= ${WRKSRC}/LICENCE
USES= compiler:c++11-lang gmake
USE_GITHUB= yes