Index: head/sysutils/eventlog/Makefile =================================================================== --- head/sysutils/eventlog/Makefile (revision 479280) +++ head/sysutils/eventlog/Makefile (revision 479281) @@ -1,22 +1,25 @@ # Created by: Ivan Lago # $FreeBSD$ PORTNAME= eventlog PORTVERSION= 0.2.12 PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/ 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. GNU_CONFIGURE= yes USES= libtool pathfix pkgconfig USE_LDCONFIG= yes .include