svn commit: r532029 - in head/devel: libevdevplus libuinputplus

Tobias Kortkamp tobik at FreeBSD.org
Sat Apr 18 12:21:33 UTC 2020


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 at 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 at 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
 


More information about the svn-ports-all mailing list