Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Feb 2019 23:25:28 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r492533 - head/devel/json-c
Message-ID:  <201902092325.x19NPSun059972@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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
 



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