diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-29 14:53:55 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2004-07-29 14:53:55 +0000 |
commit | db68d60c69b35cb005ab765861c9c93bb190b2f1 (patch) | |
tree | 68547b2e4a0a101364e8efa446cc95152a8bf482 /textproc/rtfx | |
parent | 8f518b0bb9d37eb7b1db22403f3cadee28141de1 (diff) | |
download | ports-db68d60c69b35cb005ab765861c9c93bb190b2f1.tar.gz ports-db68d60c69b35cb005ab765861c9c93bb190b2f1.zip |
Notes
Diffstat (limited to 'textproc/rtfx')
-rw-r--r-- | textproc/rtfx/Makefile | 3 |
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> |