aboutsummaryrefslogtreecommitdiffstats
path: root/math/coinmp
diff options
context:
space:
mode:
authorpi <pi@FreeBSD.org>2015-04-20 01:16:57 +0800
committerpi <pi@FreeBSD.org>2015-04-20 01:16:57 +0800
commit51e46488199f30bc414695a890af08d41b5671bb (patch)
tree5a5f0b87b5060c5164d538f07e35ec765583e298 /math/coinmp
parent8bb22759b8e1e11c41a3798c4a12efcc17e4b798 (diff)
downloadfreebsd-ports-gnome-51e46488199f30bc414695a890af08d41b5671bb.tar.gz
freebsd-ports-gnome-51e46488199f30bc414695a890af08d41b5671bb.tar.zst
freebsd-ports-gnome-51e46488199f30bc414695a890af08d41b5671bb.zip
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@fbsd.es> (maintainer)
Diffstat (limited to 'math/coinmp')
-rw-r--r--math/coinmp/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile
index 8f4e4712ad5f..07092bee4e0f 100644
--- a/math/coinmp/Makefile
+++ b/math/coinmp/Makefile
@@ -7,7 +7,7 @@ CATEGORIES= math
MASTER_SITES= http://www.coin-or.org/download/source/CoinMP/
MAINTAINER= cpm@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>