svn commit: r384369 - head/math/coinmp

Kurt Jaeger pi at FreeBSD.org
Mon Apr 20 17:08:41 UTC 2015


Author: pi
Date: Mon Apr 20 17:08:40 2015
New Revision: 384369
URL: https://svnweb.freebsd.org/changeset/ports/384369

Log:
  math/coinmp: fix indentation
  
  PR:		199502
  Requested by:	danfe

Modified:
  head/math/coinmp/Makefile

Modified: head/math/coinmp/Makefile
==============================================================================
--- head/math/coinmp/Makefile	Mon Apr 20 16:56:50 2015	(r384368)
+++ head/math/coinmp/Makefile	Mon Apr 20 17:08:40 2015	(r384369)
@@ -63,6 +63,6 @@ post-install:
 
 check regression-test test: build
 	${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \
-	${MAKE_ARGS} test -C ${WRKSRC}
+		${MAKE_ARGS} test -C ${WRKSRC}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list