From 51ae57351817ae94121af4cf02cca7d43d84a9b9 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Sun, 15 Apr 2007 20:25:21 +0000 Subject: [PATCH] Fix build if automake is installed. PR: ports/111360 Submitted by: novel --- dns/libidn/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 148fbdc0215f..5881664e2990 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -39,6 +39,8 @@ PLIST_SUB+= NLS="@comment " post-patch: @${REINPLACE_CMD} -e 's|@image{components}||g' \ ${WRKSRC}/doc/libidn.texi + @${REINPLACE_CMD} -e 's|$$(AUTOMAKE)|${TRUE}|' \ + ${WRKSRC}/doc/Makefile.in post-install: .if !defined(NOPORTDOCS)