diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-15 15:51:54 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2008-06-15 15:51:54 +0000 |
commit | 2bd9d41b754adc2f6d9b3add0a3f50c8892e316c (patch) | |
tree | 9fc2dfaddbc695a6ce7676f4a51370dbfdd997d4 /dns/libidn | |
parent | 53357cc8c5b5822050ce880fb362878f4eab99a5 (diff) | |
download | ports-2bd9d41b754adc2f6d9b3add0a3f50c8892e316c.tar.gz ports-2bd9d41b754adc2f6d9b3add0a3f50c8892e316c.zip |
Notes
Diffstat (limited to 'dns/libidn')
-rw-r--r-- | dns/libidn/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dns/libidn/Makefile b/dns/libidn/Makefile index 2987a5a14462..1c7eaf0136b9 100644 --- a/dns/libidn/Makefile +++ b/dns/libidn/Makefile @@ -7,7 +7,7 @@ PORTNAME= libidn PORTVERSION= 1.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= dns MASTER_SITES= ${MASTER_SITE_GNU_ALPHA} \ http://josefsson.org/libidn/releases/ @@ -40,6 +40,10 @@ post-patch: @${REINPLACE_CMD} -e 's|$$(AUTOMAKE)|${TRUE}|' \ -e 's|imagesdir = $$(infodir)|imagesdir = $$(docdir)|' \ ${WRKSRC}/doc/Makefile.in +.if defined(NOPORTDOCS) + @${REINPLACE_CMD} -e 's|install-data-am: install-imagesDATA install-info-am install-man|install-data-am: install-info-am install-man|' \ + ${WRKSRC}/doc/Makefile.in +.endif post-install: .if !defined(NOPORTDOCS) |