diff options
author | trevor <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-04-11 01:26:55 +0800 |
commit | b6a7a057831a76b55852e240dcf2e68f351a86e6 (patch) | |
tree | cb234ac2805ee45ce07e64ce5f23d63b70cad4ce /math/lp_solve | |
parent | 2640fceac70fa2eaf8d3ad131ee93f131cdd0e25 (diff) | |
download | freebsd-ports-graphics-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.gz freebsd-ports-graphics-b6a7a057831a76b55852e240dcf2e68f351a86e6.tar.zst freebsd-ports-graphics-b6a7a057831a76b55852e240dcf2e68f351a86e6.zip |
Tidy up whitespace.
Diffstat (limited to 'math/lp_solve')
-rw-r--r-- | math/lp_solve/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index c58371b9062..95f3f735402 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -19,7 +19,7 @@ USE_BISON= yes MAN1= lp_solve.1 -USE_REINPLACE= yes +USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e 's,%%CC%%,${CC},g ; \ |