diff options
author | pi <pi@FreeBSD.org> | 2015-04-21 01:08:40 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-04-21 01:08:40 +0800 |
commit | b3021fb3b41f9db7281fec202f0c1d78cb98d2da (patch) | |
tree | ac865dc3a9a795839674591bb9746eb9bafcfc4d /math | |
parent | 50d0d4d083dae9a8017faceba77aae9fb052bf19 (diff) | |
download | freebsd-ports-gnome-b3021fb3b41f9db7281fec202f0c1d78cb98d2da.tar.gz freebsd-ports-gnome-b3021fb3b41f9db7281fec202f0c1d78cb98d2da.tar.zst freebsd-ports-gnome-b3021fb3b41f9db7281fec202f0c1d78cb98d2da.zip |
math/coinmp: fix indentation
PR: 199502
Requested by: danfe
Diffstat (limited to 'math')
-rw-r--r-- | math/coinmp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/coinmp/Makefile b/math/coinmp/Makefile index 07092bee4e0f..30f95b55c77a 100644 --- a/math/coinmp/Makefile +++ b/math/coinmp/Makefile @@ -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> |