diff options
Diffstat (limited to 'mail/smtptrapd/Makefile')
-rw-r--r-- | mail/smtptrapd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/smtptrapd/Makefile b/mail/smtptrapd/Makefile index a27a7c4b885a..c8b658ba7468 100644 --- a/mail/smtptrapd/Makefile +++ b/mail/smtptrapd/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://smtptrapd.inodes.org/ MAINTAINER= anders@FreeBSD.org COMMENT= RFC 2821 compliant SMTP service that always returns a 4xx soft error +BROKEN= Incomplete pkg-plist + USE_RC_SUBR= yes SED_SCRIPT= -e 's|%%PREFIX%%|${PREFIX}|g;s|%%RC_SUBR%%|${RC_SUBR}|g' |