summaryrefslogtreecommitdiff
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
parentUpdate caja 1.24.0 and its extensions to 1.24.1 (diff)
Clean up some things
Reported by: portscan
Notes
Notes: svn path=/head/; revision=549900
-rw-r--r--comms/xastir/Makefile3
-rw-r--r--editors/neovim/Makefile2
-rw-r--r--science/crf++/Makefile4
3 files changed, 4 insertions, 5 deletions
diff --git a/comms/xastir/Makefile b/comms/xastir/Makefile
index 544d795c143d..9f6a1c61bd3b 100644
--- a/comms/xastir/Makefile
+++ b/comms/xastir/Makefile
@@ -47,7 +47,6 @@ OPTIONS_RADIO= MGG
OPTIONS_RADIO_MGG= GMAGICK IMAGICK
DAVIS_DESC= Include Davis Weatherstation Support
-DBFAWK_DESC= Include DBFAWK Support
CURL_DESC= Include CURL Internet Image support
GEOTIFF_DESC= Include GeoTIFF Support
GPSMAN_DESC= Include GPSMAN Support
@@ -58,7 +57,7 @@ MGG_DESC= Image library for raster map processing
IMAGICK_DESC= ImageMagick (Version 6)
GMAGICK_DESC= GraphicsMagick (Needs GCC to compile)
-OPTIONS_DEFAULT= BDB CURL DBFAWK GMAGICK
+OPTIONS_DEFAULT= BDB CURL GMAGICK
DAVIS_CONFIGURE_ON= --enable-davis
diff --git a/editors/neovim/Makefile b/editors/neovim/Makefile
index e2b457168a77..deceb5ca2eec 100644
--- a/editors/neovim/Makefile
+++ b/editors/neovim/Makefile
@@ -4,7 +4,7 @@
PORTNAME= neovim
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.4
-PORTREVISIO= 1
+PORTREVISION= 1
CATEGORIES= editors
MAINTAINER= adamw@FreeBSD.org
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