aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2007-04-16 04:25:21 +0800
committerkrion <krion@FreeBSD.org>2007-04-16 04:25:21 +0800
commit008c5ada6aba7d381de04587b820db3454446baf (patch)
treebc8115dae7c627ca31ed754eb0d8062df23575af
parentcf9f38a9fedea023bab30192ce6a02ec8d94f653 (diff)
downloadfreebsd-ports-gnome-008c5ada6aba7d381de04587b820db3454446baf.tar.gz
freebsd-ports-gnome-008c5ada6aba7d381de04587b820db3454446baf.tar.zst
freebsd-ports-gnome-008c5ada6aba7d381de04587b820db3454446baf.zip
Fix build if automake is installed.
PR: ports/111360 Submitted by: novel
-rw-r--r--dns/libidn/Makefile2
1 files changed, 2 insertions, 0 deletions
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)