diff options
author | Foxfair Hu <foxfair@FreeBSD.org> | 2003-05-08 05:03:44 +0000 |
---|---|---|
committer | Foxfair Hu <foxfair@FreeBSD.org> | 2003-05-08 05:03:44 +0000 |
commit | 968af1073d874a7c1937ccc94fc6ac3e532cdbc1 (patch) | |
tree | e559be10719db3d0822f9b241939cee813c12e1a /mail/smtpd | |
parent | 0882052298b757857fd1bcc34386c322c3664bb6 (diff) | |
download | ports-968af1073d874a7c1937ccc94fc6ac3e532cdbc1.tar.gz ports-968af1073d874a7c1937ccc94fc6ac3e532cdbc1.zip |
Notes
Diffstat (limited to 'mail/smtpd')
-rw-r--r-- | mail/smtpd/Makefile | 8 |
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 |