diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-01 14:42:26 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-01 14:42:26 +0000 |
commit | d67c7d7d0e1fda6eef4c9fa91ca7a40cc71d9f19 (patch) | |
tree | 6d65c093905f2283172dc05078ec65135aec72bc /mail/bogofilter | |
parent | 0c936d607f48b81470385ba770acecff8b831ec1 (diff) |
Notes
Diffstat (limited to 'mail/bogofilter')
-rw-r--r-- | mail/bogofilter/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/bogofilter/Makefile b/mail/bogofilter/Makefile index dce8ba74f91e..bd30ab55cd87 100644 --- a/mail/bogofilter/Makefile +++ b/mail/bogofilter/Makefile @@ -22,6 +22,7 @@ LIB_DEPENDS+= gsl.5:${PORTSDIR}/math/gsl CONFLICTS?= bogofilter-tdb* +USE_REINPLACE= yes USE_PERL5_RUN= yes GNU_CONFIGURE= yes PATCH_STRIP= -p1 @@ -32,6 +33,9 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= bogofilter.1 bogoutil.1 bogoupgrade.1 bogolexer.1 \ bogol.1 bogotune.1 +post-patch: + ${REINPLACE_CMD} -e 's/^@ENABLE_XMLTO_TRUE@//' ${WRKSRC}/doc/Makefile.in + post-build:: cd ${WRKSRC} && make check SHELL=${SH} |