svn commit: r503154 - head/devel/devhelp

Tobias Kortkamp tobik at FreeBSD.org
Fri May 31 11:39:13 UTC 2019


Author: tobik
Date: Fri May 31 11:39:11 2019
New Revision: 503154
URL: https://svnweb.freebsd.org/changeset/ports/503154

Log:
  devel/devhelp: Spell LICENSE_FILE correctly

Modified:
  head/devel/devhelp/Makefile

Modified: head/devel/devhelp/Makefile
==============================================================================
--- head/devel/devhelp/Makefile	Fri May 31 11:38:07 2019	(r503153)
+++ head/devel/devhelp/Makefile	Fri May 31 11:39:11 2019	(r503154)
@@ -12,7 +12,7 @@ MAINTAINER=	gnome at FreeBSD.org
 COMMENT=	Developer help browser for GNOME 3
 
 LICENSE=	GPLv2
-LICENSE_FILES=	${WRKSRC}/COPYING
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	itstool:textproc/itstool
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \


More information about the svn-ports-all mailing list