diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-03-17 08:33:18 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2018-03-17 08:33:18 +0000 |
commit | e0cadac503f928104efec3c0aa2eb9ce4804086c (patch) | |
tree | 6266190909fc1cafced1f3027a688598c24e8974 /math/ipopt/Makefile | |
parent | 912e94cae8a4844c29ce71d62959b8d2a7639e2d (diff) | |
download | ports-e0cadac503f928104efec3c0aa2eb9ce4804086c.tar.gz ports-e0cadac503f928104efec3c0aa2eb9ce4804086c.zip |
Notes
Diffstat (limited to 'math/ipopt/Makefile')
-rw-r--r-- | math/ipopt/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/math/ipopt/Makefile b/math/ipopt/Makefile index db55d15fa0b9..6c4b460432c0 100644 --- a/math/ipopt/Makefile +++ b/math/ipopt/Makefile @@ -56,9 +56,4 @@ post-install-DOCS-on: ${MV} ${STAGEDIR}${PREFIX}/share/coin/doc ${STAGEDIR}${DOCSDIR} ${RM} -r ${STAGEDIR}${PREFIX}/share/coin -.if defined(MAINTAINER_MODE) -regression-test: - (cd ${WRKSRC}; ${MAKE_CMD} test) -.endif - .include <bsd.port.mk> |