svn commit: r384307 - head/math/coinmp
Kurt Jaeger
pi at FreeBSD.org
Sun Apr 19 17:16:58 UTC 2015
Author: pi
Date: Sun Apr 19 17:16:57 2015
New Revision: 384307
URL: https://svnweb.freebsd.org/changeset/ports/384307
Log:
math/coinmp: change comma, target for check/test etc as suggested by danfe
PR: 199502
Submitted by: danfe
Approved by: Carlos Jacobo Puga Medina <cpm at fbsd.es> (maintainer)
Modified:
head/math/coinmp/Makefile
Modified: head/math/coinmp/Makefile
==============================================================================
--- head/math/coinmp/Makefile Sun Apr 19 16:33:27 2015 (r384306)
+++ head/math/coinmp/Makefile Sun Apr 19 17:16:57 2015 (r384307)
@@ -7,7 +7,7 @@ CATEGORIES= math
MASTER_SITES= http://www.coin-or.org/download/source/CoinMP/
MAINTAINER= cpm at fbsd.es
-COMMENT= Optimization library with support for COIN-OR, CLP, CBC and CGL
+COMMENT= Optimization library with support for COIN-OR CLP, CBC, and CGL
LICENSE= CPL
LICENSE_NAME= Common Public License, Version 1.0
@@ -62,7 +62,7 @@ post-install:
.endfor
check regression-test test: build
- @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \
- ${MAKE_ARGS} test)
+ ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} \
+ ${MAKE_ARGS} test -C ${WRKSRC}
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list