diff options
-rw-r--r-- | mail/opensmtpd/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
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 |