aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlwhsu <lwhsu@FreeBSD.org>2007-04-20 00:05:56 +0800
committerlwhsu <lwhsu@FreeBSD.org>2007-04-20 00:05:56 +0800
commit5d695853ffce9e343104f1d6abf78c06918d4949 (patch)
treeb037fd8f4922e40569c2c8c4685afcab536a6589 /net
parentcd27b2077d5e67933ae63461e11c27b449b03843 (diff)
downloadfreebsd-ports-gnome-5d695853ffce9e343104f1d6abf78c06918d4949.tar.gz
freebsd-ports-gnome-5d695853ffce9e343104f1d6abf78c06918d4949.tar.zst
freebsd-ports-gnome-5d695853ffce9e343104f1d6abf78c06918d4949.zip
- Fix build with NOPORTDOCS=yes
PR: 109704 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> Approved by: maintainer timeoput, clsung (mentor)
Diffstat (limited to 'net')
-rw-r--r--net/rrdtool/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/rrdtool/Makefile b/net/rrdtool/Makefile
index 73dd6fe618e1..3ea4c9d59e5e 100644
--- a/net/rrdtool/Makefile
+++ b/net/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