summaryrefslogtreecommitdiff
path: root/mail/smtpd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/smtpd/Makefile')
-rw-r--r--mail/smtpd/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/mail/smtpd/Makefile b/mail/smtpd/Makefile
index adc368e6294c..822b031dac2c 100644
--- a/mail/smtpd/Makefile
+++ b/mail/smtpd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= smtpd
PORTVERSION= 2.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail security
MASTER_SITES= ftp://ftp.obtuse.com/pub/smtpd/
@@ -17,8 +17,6 @@ PATCHFILES= patch-smtpd-2.0-RBL.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Obtuse smtpd/smtpfwdd, part of the Juniper firewall toolkit
-RUN_DEPENDS= ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail-old
-
# Directory where smtpd will chroot to, and put the received mail
# If you change it here, change also patches/patch-aa
SPOOLBASE= /var/smtpd
@@ -28,10 +26,6 @@ post-patch:
@${SED} s+!!SPOOLBASE!!+${SPOOLBASE}+g < ${WRKSRC}/Makefile.tmp \
> ${WRKSRC}/Makefile
-pre-install:
- @${ECHO_CMD} "Does not work with Sendmail-8.12, checking Version:"
- ${LOCALBASE}/sbin/sendmail -d -t </dev/null | grep Version.8.11
-
post-install:
@${MKDIR} ${PREFIX}/share/doc/smtpd
@${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/smtpd