svn commit: r367609 - head/databases/rrdtool

Baptiste Daroussin bapt at FreeBSD.org
Sun Sep 7 22:10:10 UTC 2014


Author: bapt
Date: Sun Sep  7 22:10:09 2014
New Revision: 367609
URL: http://svnweb.freebsd.org/changeset/ports/367609
QAT: https://qat.redports.org/buildarchive/r367609/

Log:
  Only strip RRDs.so if actually built

Modified:
  head/databases/rrdtool/Makefile

Modified: head/databases/rrdtool/Makefile
==============================================================================
--- head/databases/rrdtool/Makefile	Sun Sep  7 22:04:49 2014	(r367608)
+++ head/databases/rrdtool/Makefile	Sun Sep  7 22:10:09 2014	(r367609)
@@ -123,6 +123,8 @@ post-install:
 	@${ECHO_MSG} "# See ${EXAMPLESDIR} for some demonstration code        #"
 	@${ECHO_MSG} "############################################################################"
 .endif
+.if ${PORT_OPTIONS:MPERL_MODULE}
 	${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/RRDs/RRDs.so
+.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list