svn commit: r410447 - head/databases/rrdtool

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 6 07:00:25 UTC 2016


Author: sunpoet
Date: Sun Mar  6 07:00:24 2016
New Revision: 410447
URL: https://svnweb.freebsd.org/changeset/ports/410447

Log:
  - Fix r410309

Modified:
  head/databases/rrdtool/Makefile

Modified: head/databases/rrdtool/Makefile
==============================================================================
--- head/databases/rrdtool/Makefile	Sun Mar  6 06:39:31 2016	(r410446)
+++ head/databases/rrdtool/Makefile	Sun Mar  6 07:00:24 2016	(r410447)
@@ -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        #"


More information about the svn-ports-all mailing list