diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-04-15 20:25:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-04-15 20:25:21 +0000 |
commit | 51ae57351817ae94121af4cf02cca7d43d84a9b9 (patch) | |
tree | 7db6937db3fd6da950540dc6f3b0364f384d1ecd /dns | |
parent | ed82c987bdb61cd3be8bee6b9677824febca6f70 (diff) | |
download | ports-51ae57351817ae94121af4cf02cca7d43d84a9b9.tar.gz ports-51ae57351817ae94121af4cf02cca7d43d84a9b9.zip |
Notes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/libidn/Makefile | 2 |
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) |