diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2007-06-01 07:24:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2007-06-01 07:24:11 +0000 |
commit | 6ca4d110e72d1abdf6c0ff6fad371d6db8eaa924 (patch) | |
tree | 11403099ea0dd6ec2f4b2982d62122389ead0328 /dns/libidn/Makefile | |
parent | cbc4512564e129d6f794c0eb67307286bfe68665 (diff) |
Notes
Diffstat (limited to 'dns/libidn/Makefile')
-rw-r--r-- | dns/libidn/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index d4bf3e4cef17..610ffede5b84 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libidn -PORTVERSION= 0.6.12 +PORTVERSION= 0.6.14 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ http://josefsson.org/libidn/releases/ @@ -40,6 +40,7 @@ post-patch: @${REINPLACE_CMD} -e 's|@image{components}||g' \ ${WRKSRC}/doc/libidn.texi @${REINPLACE_CMD} -e 's|$$(AUTOMAKE)|${TRUE}|' \ + -e 's|imagesdir = $$(infodir)|imagesdir = $$(docdir)|' \ ${WRKSRC}/doc/Makefile.in post-install: |