summaryrefslogtreecommitdiff
path: root/databases/rrdtool
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-19 16:05:56 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2007-04-19 16:05:56 +0000
commit4e7b2a64c19dac36747b333d8833b9be904070cb (patch)
tree3edc87b32524dbc91116391b250e26e66ea72fc8 /databases/rrdtool
parentBackout my previous change. (diff)
- Fix build with NOPORTDOCS=yes
PR: 109704 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> Approved by: maintainer timeoput, clsung (mentor)
Notes
Notes: svn path=/head/; revision=190363
Diffstat (limited to 'databases/rrdtool')
-rw-r--r--databases/rrdtool/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 73dd6fe618e1..3ea4c9d59e5e 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -57,6 +57,7 @@ MAN3PREFIX= ${TARGETDIR}/lib/perl5/${PERL_VERSION}
post-extract:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} -e 's/install-idocDATA install-ihtmlDATA//g' \
+ -e 's/^ cd .* rrdtool.html index.html/ #/' \
${WRKSRC}/doc/Makefile.in
.endif