summaryrefslogtreecommitdiff
path: root/mail/smtpd/Makefile
diff options
context:
space:
mode:
authorFoxfair Hu <foxfair@FreeBSD.org>2003-05-08 05:03:44 +0000
committerFoxfair Hu <foxfair@FreeBSD.org>2003-05-08 05:03:44 +0000
commit968af1073d874a7c1937ccc94fc6ac3e532cdbc1 (patch)
treee559be10719db3d0822f9b241939cee813c12e1a /mail/smtpd/Makefile
parentPR: 51650 (diff)
PR: 51356
Submitted by: Scott A. Moberly <smoberly@karamazov.org> Back out sendmail-old dependency with smtpd.
Notes
Notes: svn path=/head/; revision=80417
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