diff options
author | ashish <ashish@FreeBSD.org> | 2013-07-01 05:42:51 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2013-07-01 05:42:51 +0800 |
commit | f071177933ae8807d69448aecedc6ced128051c3 (patch) | |
tree | c5415dfab6abfb7965d7f49f07abe54c1aecc078 /mail | |
parent | 6fa44de9102aca16b0fdb19d04f034f052e6a6aa (diff) | |
download | freebsd-ports-gnome-f071177933ae8807d69448aecedc6ced128051c3.tar.gz freebsd-ports-gnome-f071177933ae8807d69448aecedc6ced128051c3.tar.zst freebsd-ports-gnome-f071177933ae8807d69448aecedc6ced128051c3.zip |
- Add opensmtpd-devel package to CONFLICTS_INSTALL
- Update LICENSE information to point to the actual LICENSE file[1]
Submitted by: Alexander Milanov <a at amilanov.com>[1] (private mail)
Diffstat (limited to 'mail')
-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 |