From f071177933ae8807d69448aecedc6ced128051c3 Mon Sep 17 00:00:00 2001 From: ashish Date: Sun, 30 Jun 2013 21:42:51 +0000 Subject: - Add opensmtpd-devel package to CONFLICTS_INSTALL - Update LICENSE information to point to the actual LICENSE file[1] Submitted by: Alexander Milanov [1] (private mail) --- mail/opensmtpd/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'mail') diff --git a/mail/opensmtpd/Makefile b/mail/opensmtpd/Makefile index f14ae17e5a4e..a0345d9a78ad 100644 --- a/mail/opensmtpd/Makefile +++ b/mail/opensmtpd/Makefile @@ -12,9 +12,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}p1 MAINTAINER= ashish@FreeBSD.org COMMENT= OpenSMTPD is a free MTA -LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/LICENSE -LICENSE_NAME= ISCL +LIB_DEPENDS= event-1:${PORTSDIR}/devel/libevent OPTIONS_DEFINE= PAM @@ -27,7 +28,7 @@ CONFIGURE_ARGS= --with-libevent-dir=${LOCALBASE} --sysconfdir=${PREFIX}/etc/mail USE_RC_SUBR= smtpd SUB_FILES= pkg-install pkg-deinstall pkg-message -CONFLICTS_INSTALL= postfix-[0-9]* sendmail-[0-9]* +CONFLICTS_INSTALL= postfix-[0-9]* sendmail-[0-9]* opensmtpd-devel-[0-9]* MAN8= makemap.8 newaliases.8 smtpctl.8 smtpd.8 MAN5= smtpd.conf.5 aliases.5 forward.5 -- cgit