diff options
author | sergei <sergei@FreeBSD.org> | 2003-11-01 22:42:26 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-11-01 22:42:26 +0800 |
commit | 1e97c8f29cd2b16ef9d2ed16d1f40d2d68f3c372 (patch) | |
tree | 9009017d9ecf14902afb2a023d0d5defa44ab99c /mail | |
parent | 8eadd7ee2dcb5b3296306f7aa939e62f473c9537 (diff) | |
download | freebsd-ports-gnome-1e97c8f29cd2b16ef9d2ed16d1f40d2d68f3c372.tar.gz freebsd-ports-gnome-1e97c8f29cd2b16ef9d2ed16d1f40d2d68f3c372.tar.zst freebsd-ports-gnome-1e97c8f29cd2b16ef9d2ed16d1f40d2d68f3c372.zip |
- Unbreak build if xmlto not present by unconditionally enabling
HTML rebuilding (noticed by olli)
PR: 58801 (follow-up)
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bogofilter-current/Makefile | 4 | ||||
-rw-r--r-- | mail/bogofilter/Makefile | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/mail/bogofilter-current/Makefile b/mail/bogofilter-current/Makefile index dce8ba74f91e..bd30ab55cd87 100644 --- a/mail/bogofilter-current/Makefile +++ b/mail/bogofilter-current/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} 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} |