diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-09 23:29:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-09 23:29:32 +0000 |
commit | dd0d54d7e08d557e49d04c204e8822079b192860 (patch) | |
tree | 91f99af77d7c9e5a1c1799e26abc71de1b3d8d05 /mail/bmf | |
parent | 26f994709353e2e28e920e2338ce050e2f36f099 (diff) |
Notes
Diffstat (limited to 'mail/bmf')
-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 |