Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Apr 2015 17:08:40 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r384369 - head/math/coinmp
Message-ID:  <201504201708.t3KH8eOR058277@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504201708.t3KH8eOR058277>