aboutsummaryrefslogtreecommitdiff
path: root/science/crf++
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2020-09-24 08:50:25 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2020-09-24 08:50:25 +0000
commit963d53af8239570f41817f25e47e2d5e9547a961 (patch)
tree7744359fb4ee1464a69ce809629615f2a63f4d33 /science/crf++
parent8a4127f62f10ef9d9e4408dc18db1d1e3af2415d (diff)
downloadports-963d53af8239570f41817f25e47e2d5e9547a961.tar.gz
ports-963d53af8239570f41817f25e47e2d5e9547a961.zip
Clean up some things
Reported by: portscan
Notes
Notes: svn path=/head/; revision=549900
Diffstat (limited to 'science/crf++')
-rw-r--r--science/crf++/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/crf++/Makefile b/science/crf++/Makefile
index 4c2bf27f4037..29bf86980c90 100644
--- a/science/crf++/Makefile
+++ b/science/crf++/Makefile
@@ -16,8 +16,8 @@ COMMENT= Yet Another CRF toolkit
LICENSE= BSD3CLAUSE LGPL21+
LICENSE_COMB= dual
-LICENS_BSD3CLAUSE= ${WRKSRC}/BSD
-LICENS_LGPLv21+ = ${WRKSRC}/LGPL
+LICENSE_FILE_BSD3CLAUSE= ${WRKSRC}/BSD
+LICENSE_FILE_LGPL21+ = ${WRKSRC}/LGPL
USES= libtool
USE_GITHUB= yes