diff options
Diffstat (limited to 'mail/bmf/Makefile')
-rw-r--r-- | mail/bmf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/bmf/Makefile b/mail/bmf/Makefile index 10abf2b60631..3845fc8c820d 100644 --- a/mail/bmf/Makefile +++ b/mail/bmf/Makefile @@ -8,7 +8,7 @@ CATEGORIES= mail MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A fast Bayesian Mail Filter compatible with maildrop and procmail +COMMENT= Fst Bayesian Mail Filter compatible with maildrop and procmail OPTIONS_DEFINE= BDB MYSQL DEBUG OPTIONS_DEFAULT= BDB @@ -33,7 +33,6 @@ CONFIGURE_ARGS+=--with-mysql HAS_CONFIGURE= yes CONFIGURE_ARGS+= --without-package -NEED_ROOT= yes .if ${PORT_OPTIONS:MDEBUG} CONFIGURE_ARGS+= --debug=yes @@ -41,6 +40,7 @@ CONFIGURE_ARGS+= --debug=yes post-patch: ${REINPLACE_CMD} -e 's/@@CC/${CC}/;s/@@CXX/${CXX}/' ${WRKSRC}/configure + ${REINPLACE_CMD} -e 's/: checkroot/: /g' ${WRKSRC}/Makefile.in post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/bmf |