diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-04-15 02:18:35 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-04-15 02:18:35 +0800 |
commit | 922001e798c146fbfa45924147c2c51bc1752b74 (patch) | |
tree | 1f59d1cdefbafcf9a4d66758e24ebb693df5ca12 /mail | |
parent | 180a23243cf5048afcc9bf0ef9a2e889e22a9718 (diff) | |
download | freebsd-ports-graphics-922001e798c146fbfa45924147c2c51bc1752b74.tar.gz freebsd-ports-graphics-922001e798c146fbfa45924147c2c51bc1752b74.tar.zst freebsd-ports-graphics-922001e798c146fbfa45924147c2c51bc1752b74.zip |
Marked BROKEN, as requested by maintainer.
PR: 36772
Submitted by: jonny@coe.ufrj.br
Diffstat (limited to 'mail')
-rw-r--r-- | mail/smtpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/smtpd/Makefile b/mail/smtpd/Makefile index 888b68d6c2d..7991afd3887 100644 --- a/mail/smtpd/Makefile +++ b/mail/smtpd/Makefile @@ -16,6 +16,8 @@ PATCHFILES= patch-smtpd-2.0-RBL.gz MAINTAINER= jonny@jonny.eng.br +BROKEN= Does not work with Sendmail-8.12 + # Directory where smtpd will chroot to, and put the received mail # If you change it here, change also patches/patch-aa SPOOLBASE= /var/smtpd |