Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 05:59:19 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354780 - head/devel/libconfuse
Message-ID:  <201405220559.s4M5xJAd047429@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Thu May 22 05:59:18 2014
New Revision: 354780
URL: http://svnweb.freebsd.org/changeset/ports/354780
QAT: https://qat.redports.org/buildarchive/r354780/

Log:
  Add missing LICENSE

Modified:
  head/devel/libconfuse/Makefile

Modified: head/devel/libconfuse/Makefile
==============================================================================
--- head/devel/libconfuse/Makefile	Thu May 22 05:55:37 2014	(r354779)
+++ head/devel/libconfuse/Makefile	Thu May 22 05:59:18 2014	(r354780)
@@ -11,6 +11,8 @@ DISTNAME=	confuse-${PORTVERSION}
 MAINTAINER=	otis@freebsd.sk
 COMMENT=	Configuration file parsing library
 
+LICENSE=	LGPL
+
 .if defined(WITH_CHECK)
 LIB_DEPENDS+=	${LOCALBASE}/lib/libcheck.a:${PORTSDIR}/devel/libcheck
 .endif



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