svn commit: r320961 - head/databases/sqlrelay

Antoine Brodin antoine at FreeBSD.org
Fri Jun 14 20:24:12 UTC 2013


Author: antoine
Date: Fri Jun 14 20:24:11 2013
New Revision: 320961
URL: http://svnweb.freebsd.org/changeset/ports/320961

Log:
  Fix error in PORT_OPTIONS conversion.

Modified:
  head/databases/sqlrelay/Makefile

Modified: head/databases/sqlrelay/Makefile
==============================================================================
--- head/databases/sqlrelay/Makefile	Fri Jun 14 20:21:18 2013	(r320960)
+++ head/databases/sqlrelay/Makefile	Fri Jun 14 20:24:11 2013	(r320961)
@@ -136,7 +136,7 @@ post-patch:
 	@${REINPLACE_CMD} -e '/EXAMPLEDIR/d' ${WRKSRC}/etc/Makefile
 	${FIND} ${WRKSRC} -name Makefile | ${XARGS} ${REINPLACE_CMD} -E \
 		-e 's#-release \$$\(SQLR_VERSION\)##g;'
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
 	 @${REINPLACE_CMD} '/$$(MAKE) -C doc/d' ${WRKSRC}/Makefile
 .endif
 


More information about the svn-ports-all mailing list