diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-22 20:25:24 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-22 20:25:24 +0000 |
commit | bd5979d6270b6bce38f3b651d6702617c7f15307 (patch) | |
tree | 7478a0b20493fed5e3f6d1c1e59343ca886eb3c1 /databases/rrdtool | |
parent | a5930f81c76146251bbdd117ac5b7dff22e92b70 (diff) |
Notes
Diffstat (limited to 'databases/rrdtool')
-rw-r--r-- | databases/rrdtool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index d5bb7b3895b5..6ba82200b509 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -113,7 +113,7 @@ post-extract: -e 's/^[[:space:]].*cd .* rrdtool.html index.html/ #/' \ ${WRKSRC}/doc/Makefile.in .endif -.if ${PORT_OPTIONS:MEXAMPLES} +.if ! ${PORT_OPTIONS:MEXAMPLES} ${REINPLACE_CMD} -e '/^SUBDIRS = /s| examples | |' \ ${WRKSRC}/Makefile.in .endif |