svn commit: r492533 - head/devel/json-c

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 9 23:25:29 UTC 2019


Author: sunpoet
Date: Sat Feb  9 23:25:27 2019
New Revision: 492533
URL: https://svnweb.freebsd.org/changeset/ports/492533

Log:
  Add LICENSE_FILE

Modified:
  head/devel/json-c/Makefile

Modified: head/devel/json-c/Makefile
==============================================================================
--- head/devel/json-c/Makefile	Sat Feb  9 23:08:09 2019	(r492532)
+++ head/devel/json-c/Makefile	Sat Feb  9 23:25:27 2019	(r492533)
@@ -11,12 +11,14 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	JSON (JavaScript Object Notation) implementation in C
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		autoreconf cpe gmake libtool pathfix pkgconfig
+
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
 USE_LDCONFIG=	yes
-USES=		autoreconf cpe gmake libtool pathfix pkgconfig
 
 CPE_VENDOR=	json-c_project
 


More information about the svn-ports-head mailing list