Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2020 12:21:33 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532029 - in head/devel: libevdevplus libuinputplus
Message-ID:  <202004181221.03ICLXGp007060@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Apr 18 12:21:32 2020
New Revision: 532029
URL: https://svnweb.freebsd.org/changeset/ports/532029

Log:
  Spell LICENSE_FILE correctly
  
  Reported by:	portscan

Modified:
  head/devel/libevdevplus/Makefile
  head/devel/libuinputplus/Makefile

Modified: head/devel/libevdevplus/Makefile
==============================================================================
--- head/devel/libevdevplus/Makefile	Sat Apr 18 11:55:37 2020	(r532028)
+++ head/devel/libevdevplus/Makefile	Sat Apr 18 12:21:32 2020	(r532029)
@@ -9,7 +9,7 @@ MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Easy-to-use event device library in C++
 
 LICENSE=	MIT
-LICENSE_FILES=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto
 

Modified: head/devel/libuinputplus/Makefile
==============================================================================
--- head/devel/libuinputplus/Makefile	Sat Apr 18 11:55:37 2020	(r532028)
+++ head/devel/libuinputplus/Makefile	Sat Apr 18 12:21:32 2020	(r532029)
@@ -9,7 +9,7 @@ MAINTAINER=	bapt@FreeBSD.org
 COMMENT=	Easy-to-use uinput library in C++
 
 LICENSE=	MIT
-LICENSE_FILES=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/uinput.h:devel/evdev-proto
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004181221.03ICLXGp007060>