Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 09:08:20 +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: r479281 - head/sysutils/eventlog
Message-ID:  <201809090908.w8998KsB070183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep  9 09:08:19 2018
New Revision: 479281
URL: https://svnweb.freebsd.org/changeset/ports/479281

Log:
  - Add LICENSE
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/eventlog/Makefile

Modified: head/sysutils/eventlog/Makefile
==============================================================================
--- head/sysutils/eventlog/Makefile	Sun Sep  9 08:51:33 2018	(r479280)
+++ head/sysutils/eventlog/Makefile	Sun Sep  9 09:08:19 2018	(r479281)
@@ -11,6 +11,9 @@ DISTFILES=	${PORTNAME}_${PORTVERSION}.tar.gz
 MAINTAINER=	cy@FreeBSD.org
 COMMENT=	Replacement of the simple syslog() API providing structure to messages
 
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 #	Reminder: Retire this port sysutils/syslog-ng310 is retired.
 #	syslog-ng311 and subsequent ports make use of a private copy of
 #	eventlog. sysutils/syslog-ng* is this port's only consumer.



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