diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-06-15 23:51:54 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-06-15 23:51:54 +0800 |
commit | 81803fe3e2316d28e5f71842c77100cde2466e3a (patch) | |
tree | 496e81398a1f626f9465a18b4f3cea511bb84eb1 /dns/libidn | |
parent | 56f1fdd899fefa36b4cf90f374a1be54b5d0a2f4 (diff) | |
download | freebsd-ports-gnome-81803fe3e2316d28e5f71842c77100cde2466e3a.tar.gz freebsd-ports-gnome-81803fe3e2316d28e5f71842c77100cde2466e3a.tar.zst freebsd-ports-gnome-81803fe3e2316d28e5f71842c77100cde2466e3a.zip |
- don't install libidn-components.png in DOCSDIR if -DNOPORTDOCS
- bump PORTREVISION
Approved by: maintainer timeout
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) |