aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 07:00:24 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-03-06 07:00:24 +0000
commit42cd91d39c261256130947f30bb07d99c0f9e8b3 (patch)
treee90b5cad11121bf2580188f73d527f28d81450e0 /databases
parent6d0bd40fab9376f9fd78d6b9c3b2afcc2bcef280 (diff)
Notes
Diffstat (limited to 'databases')
-rw-r--r--databases/rrdtool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 3a380497a17b..7967f6e6a807 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -72,8 +72,8 @@ post-extract-EXAMPLES-off:
@${REINPLACE_CMD} -e '/^SUBDIRS = /s| examples | |' \
${WRKSRC}/Makefile.in
-post-install:
-.if !defined(BATCH) && ${PORT_OPTIONS:MEXAMPLES}
+post-install-EXAMPLES-on:
+.if !defined(BATCH)
@${ECHO_MSG} ""
@${ECHO_MSG} "############################################################################"
@${ECHO_MSG} "# See ${EXAMPLESDIR} for some demonstration code #"