Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Dec 2015 17:54:25 +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: r404771 - head/devel/gflags
Message-ID:  <201512291754.tBTHsPm4020355@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Dec 29 17:54:25 2015
New Revision: 404771
URL: https://svnweb.freebsd.org/changeset/ports/404771

Log:
  - Add LICENSE_FILE

Modified:
  head/devel/gflags/Makefile

Modified: head/devel/gflags/Makefile
==============================================================================
--- head/devel/gflags/Makefile	Tue Dec 29 17:50:14 2015	(r404770)
+++ head/devel/gflags/Makefile	Tue Dec 29 17:54:25 2015	(r404771)
@@ -10,6 +10,7 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Commandline flags module for C++
 
 LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING.txt
 
 CMAKE_ARGS=	-DBUILD_SHARED_LIBS=ON \
 		-DBUILD_STATIC_LIBS=ON \



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