Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Nov 2015 18:45:22 +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: r401156 - head/devel/jsoncpp
Message-ID:  <201511091845.tA9IjMwJ000272@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov  9 18:45:21 2015
New Revision: 401156
URL: https://svnweb.freebsd.org/changeset/ports/401156

Log:
  - Add LICENSE_FILE
  
  Approved by:	portmgr (blanket)

Modified:
  head/devel/jsoncpp/Makefile

Modified: head/devel/jsoncpp/Makefile
==============================================================================
--- head/devel/jsoncpp/Makefile	Mon Nov  9 18:45:17 2015	(r401155)
+++ head/devel/jsoncpp/Makefile	Mon Nov  9 18:45:21 2015	(r401156)
@@ -12,6 +12,7 @@ MAINTAINER=	johan@stromnet.se
 COMMENT=	JSON reader and writer library for C++
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		dos2unix scons
 USE_LDCONFIG=	yes



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