From 963d53af8239570f41817f25e47e2d5e9547a961 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Thu, 24 Sep 2020 08:50:25 +0000 Subject: [PATCH] Clean up some things Reported by: portscan --- comms/xastir/Makefile | 3 +-- editors/neovim/Makefile | 2 +- science/crf++/Makefile | 4 ++-- 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