svn commit: r320947 - head/databases/rrdtool

Antoine Brodin antoine at FreeBSD.org
Fri Jun 14 16:00:57 UTC 2013


Author: antoine
Date: Fri Jun 14 16:00:57 2013
New Revision: 320947
URL: http://svnweb.freebsd.org/changeset/ports/320947

Log:
  Fix error in PORT_OPTIONS conversion

Modified:
  head/databases/rrdtool/Makefile

Modified: head/databases/rrdtool/Makefile
==============================================================================
--- head/databases/rrdtool/Makefile	Fri Jun 14 15:32:31 2013	(r320946)
+++ head/databases/rrdtool/Makefile	Fri Jun 14 16:00:57 2013	(r320947)
@@ -107,7 +107,7 @@ MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_V
 
 post-extract:
 	@${REINPLACE_CMD} -e 's/^POD3/#POD3/' ${WRKSRC}/doc/Makefile.in
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -e 's/[[:space:]]install-idocDATA//g' \
 		-e 's/[[:space:]]install-ihtmlDATA//g' \
 		-e 's/^[[:space:]].*cd .* rrdtool.html index.html/	#/' \


More information about the svn-ports-all mailing list