aboutsummaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-06-15 15:51:54 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2008-06-15 15:51:54 +0000
commit2bd9d41b754adc2f6d9b3add0a3f50c8892e316c (patch)
tree9fc2dfaddbc695a6ce7676f4a51370dbfdd997d4 /dns
parent53357cc8c5b5822050ce880fb362878f4eab99a5 (diff)
downloadports-2bd9d41b754adc2f6d9b3add0a3f50c8892e316c.tar.gz
ports-2bd9d41b754adc2f6d9b3add0a3f50c8892e316c.zip
- don't install libidn-components.png in DOCSDIR if -DNOPORTDOCS
- bump PORTREVISION Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=214903
Diffstat (limited to 'dns')
-rw-r--r--dns/libidn/Makefile6
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)