svn commit: r360678 - head/net-mgmt/netustad

Antoine Brodin antoine at FreeBSD.org
Fri Jul 4 23:02:40 UTC 2014


Author: antoine
Date: Fri Jul  4 23:02:39 2014
New Revision: 360678
URL: http://svnweb.freebsd.org/changeset/ports/360678
QAT: https://qat.redports.org/buildarchive/r360678/

Log:
  Unbreak
  
  Pointyhat:	adamw

Modified:
  head/net-mgmt/netustad/Makefile

Modified: head/net-mgmt/netustad/Makefile
==============================================================================
--- head/net-mgmt/netustad/Makefile	Fri Jul  4 23:00:51 2014	(r360677)
+++ head/net-mgmt/netustad/Makefile	Fri Jul  4 23:02:39 2014	(r360678)
@@ -28,7 +28,7 @@ NLS_CONFIGURE_WITH=	nls
 
 .include <bsd.port.options.mk>
 
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
 post-patch:
 	${REINPLACE_CMD} "s/^install-data-am:.*/install-data-am:/" ${WRKSRC}/Makefile.in
 .endif


More information about the svn-ports-head mailing list