svn commit: r404771 - head/devel/gflags

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Dec 29 17:54:27 UTC 2015


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 at 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 \


More information about the svn-ports-head mailing list