summaryrefslogtreecommitdiff
path: root/converters
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-04 22:57:37 +0000
commit5019ffc91bcd2ad26cf4702f15841eafc984d4b0 (patch)
treee28e63fdf22fe3c0a77219f1724ab25c046c8bc1 /converters
parentStep two in making print/acroread and print/acroread4 working again (diff)
Half of these ones missed yesterday while converting to USE_REINPLACE.
The other half needs perl to build. Noticed on bento and others (full mailbox :-)
Notes
Notes: svn path=/head/; revision=69475
Diffstat (limited to 'converters')
-rw-r--r--converters/recode/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/converters/recode/Makefile b/converters/recode/Makefile
index 719d415de4a4..b23d1e923899 100644
--- a/converters/recode/Makefile
+++ b/converters/recode/Makefile
@@ -17,6 +17,7 @@ MAINTAINER= demon@FreeBSD.org
LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext
USE_LIBTOOL= yes
+USE_REINPLACE= yes
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --without-included-gettext
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
@@ -35,7 +36,7 @@ remove-info-files:
post-patch: patch-po-files patch-makeinfo
patch-po-files:
- @${PERL} -pi -e '\
+ @${REINPLACE_CMD} -e '\
if (/Project-Id-Version/) { \
s/3\.[45](r|\.[0-9])?/3.6/; \
s/: (Free )?recode/: GNU recode/; \
@@ -43,7 +44,7 @@ patch-po-files:
' ${WRKSRC}/i18n/*.po
patch-makeinfo:
- @${PERL} -pi.fbsd -e 's|\@MAKEINFO\@|\@MAKEINFO\@ --no-split|g' \
+ @${REINPLACE_CMD} -e 's|\@MAKEINFO\@|\@MAKEINFO\@ --no-split|g' \
${WRKSRC}/doc/Makefile.in
.include <bsd.port.mk>