aboutsummaryrefslogtreecommitdiff
path: root/converters/recode/Makefile
diff options
context:
space:
mode:
authorDmitry Sivachenko <demon@FreeBSD.org>2003-08-13 07:23:29 +0000
committerDmitry Sivachenko <demon@FreeBSD.org>2003-08-13 07:23:29 +0000
commita2e1fc4ddcc5331709a42b6872edfb16aeb21233 (patch)
tree33a892a47eff77a9a2df9ca674ccad179dcd35cd /converters/recode/Makefile
parent04d34a6aed10944031ed473c01416832596fc25a (diff)
Notes
Diffstat (limited to 'converters/recode/Makefile')
-rw-r--r--converters/recode/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/converters/recode/Makefile b/converters/recode/Makefile
index b45e2859fb1a..0e9d152063b9 100644
--- a/converters/recode/Makefile
+++ b/converters/recode/Makefile
@@ -26,6 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= recode.1
+INFO= recode
post-extract: copy-po-files remove-info-files
@@ -35,9 +36,7 @@ copy-po-files:
remove-info-files:
@${RM} -f ${WRKSRC}/doc/${PORTNAME}.info*
-post-patch: patch-po-files patch-makeinfo
-
-patch-po-files:
+post-patch:
@${PERL} -pi -e '\
if (/Project-Id-Version/) { \
s/3\.[45](r|\.[0-9])?/3.6/; \
@@ -45,8 +44,4 @@ patch-po-files:
} \
' ${WRKSRC}/i18n/*.po
-patch-makeinfo:
- @${REINPLACE_CMD} -e 's|\@MAKEINFO\@|\@MAKEINFO\@ --no-split|g' \
- ${WRKSRC}/doc/Makefile.in
-
.include <bsd.port.mk>