aboutsummaryrefslogtreecommitdiffstats
path: root/converters/recode/Makefile
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2003-08-13 15:23:29 +0800
committerdemon <demon@FreeBSD.org>2003-08-13 15:23:29 +0800
commit55f61c7f22564a0660460d51c2c4fd83f5560624 (patch)
treebe97d0e5de946a638730fb20c8296a993de00c2a /converters/recode/Makefile
parentd8a0d9ac8dffdf6b3a9a8dd0ead121d7e9cc2bef (diff)
downloadfreebsd-ports-gnome-55f61c7f22564a0660460d51c2c4fd83f5560624.tar.gz
freebsd-ports-gnome-55f61c7f22564a0660460d51c2c4fd83f5560624.tar.zst
freebsd-ports-gnome-55f61c7f22564a0660460d51c2c4fd83f5560624.zip
Utilize INFO variable.
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>