Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jun 2018 09:04:32 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r472297 - head/devel/libdaemon
Message-ID:  <201806130904.w5D94W0G099621@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jun 13 09:04:32 2018
New Revision: 472297
URL: https://svnweb.freebsd.org/changeset/ports/472297

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/devel/libdaemon/Makefile

Modified: head/devel/libdaemon/Makefile
==============================================================================
--- head/devel/libdaemon/Makefile	Wed Jun 13 08:39:05 2018	(r472296)
+++ head/devel/libdaemon/Makefile	Wed Jun 13 09:04:32 2018	(r472297)
@@ -10,6 +10,9 @@ MASTER_SITES=	http://0pointer.de/lennart/projects/${PO
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Lightweight C library that eases the writing of UNIX daemons
 
+LICENSE=	LGPL21+
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 CONFIGURE_ARGS=	--disable-lynx
 GNU_CONFIGURE=	yes
 USES=		libtool:keepla pathfix



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