svn commit: r538684 - in head/sysutils: mate-power-manager mate-system-monitor

Tobias Kortkamp tobik at FreeBSD.org
Sat Jun 13 16:48:02 UTC 2020


Author: tobik
Date: Sat Jun 13 16:48:01 2020
New Revision: 538684
URL: https://svnweb.freebsd.org/changeset/ports/538684

Log:
  Regular spelling fix of LICENSE_FILE

Modified:
  head/sysutils/mate-power-manager/Makefile
  head/sysutils/mate-system-monitor/Makefile

Modified: head/sysutils/mate-power-manager/Makefile
==============================================================================
--- head/sysutils/mate-power-manager/Makefile	Sat Jun 13 16:47:09 2020	(r538683)
+++ head/sysutils/mate-power-manager/Makefile	Sat Jun 13 16:48:01 2020	(r538684)
@@ -11,7 +11,7 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Power management system for the MATE Desktop
 
 LICENSE=	GPLv2
-LICENSE_FILES=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	itstool:textproc/itstool \
 		gnome-keyring>=3.0.0:security/gnome-keyring

Modified: head/sysutils/mate-system-monitor/Makefile
==============================================================================
--- head/sysutils/mate-system-monitor/Makefile	Sat Jun 13 16:47:09 2020	(r538683)
+++ head/sysutils/mate-system-monitor/Makefile	Sat Jun 13 16:48:01 2020	(r538684)
@@ -11,7 +11,7 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	MATE system monitor program
 
 LICENSE=	GPLv2
-LICENSE_FILES=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	itstool:textproc/itstool
 LIB_DEPENDS=	libgtop-2.0.so:devel/libgtop \


More information about the svn-ports-all mailing list