aboutsummaryrefslogtreecommitdiff
path: root/textproc/rtfx
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2004-07-29 14:53:55 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2004-07-29 14:53:55 +0000
commitdb68d60c69b35cb005ab765861c9c93bb190b2f1 (patch)
tree68547b2e4a0a101364e8efa446cc95152a8bf482 /textproc/rtfx
parent8f518b0bb9d37eb7b1db22403f3cadee28141de1 (diff)
downloadports-db68d60c69b35cb005ab765861c9c93bb190b2f1.tar.gz
ports-db68d60c69b35cb005ab765861c9c93bb190b2f1.zip
Notes
Diffstat (limited to 'textproc/rtfx')
-rw-r--r--textproc/rtfx/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/textproc/rtfx/Makefile b/textproc/rtfx/Makefile
index c1ff42c24397..8a2914e2ffa7 100644
--- a/textproc/rtfx/Makefile
+++ b/textproc/rtfx/Makefile
@@ -17,6 +17,7 @@ LIB_DEPENDS= sablot.70:${PORTSDIR}/textproc/sablotron
HAS_CONFIGURE= yes
USE_GMAKE= yes
+USE_REINPLACE= yes
MAN1= rtfx.1
@@ -24,6 +25,8 @@ MAN1= rtfx.1
.if ${OSVERSION} <= 500035
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src::domhelpers.h-gcc295
+post-patch:
+ @${REINPLACE_CMD} -e "s/ //g" ${WRKSRC}/src/xmlcomposer.cpp
.endif
.include <bsd.port.post.mk>