diff options
author | wiz <wiz> | 2011-02-03 11:30:54 +0000 |
---|---|---|
committer | wiz <wiz> | 2011-02-03 11:30:54 +0000 |
commit | 2f012112e0a14f8af7d641e1b7d214492234aa7b (patch) | |
tree | 64b51c7e1541cca26cc1299252654af4522dd900 /math | |
parent | b5527ce046b05b5384839fb3f7c719f38966cae1 (diff) | |
download | pkgsrc-2f012112e0a14f8af7d641e1b7d214492234aa7b.tar.gz |
Use SH instead of SHELL, from Francois Tigeot in PR 44503.
Diffstat (limited to 'math')
-rw-r--r-- | math/lp_solve/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/lp_solve/Makefile b/math/lp_solve/Makefile index 5666b0abc01..a7bd6c360ae 100644 --- a/math/lp_solve/Makefile +++ b/math/lp_solve/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/10/16 15:35:08 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2011/02/03 11:30:54 wiz Exp $ # DISTNAME= lp_solve_5.5.2.0_source @@ -37,9 +37,9 @@ LPSOLVE_ARCH= ux64 INSTALLATION_DIRS= bin include/lpsolve lib do-build: - cd ${WRKSRC}/lp_solve && ${SHELL} ccc - cd ${WRKSRC}/lpsolve55 && ${SHELL} ccc - cd ${WRKSRC}/demo && ${SHELL} ccc + cd ${WRKSRC}/lp_solve && ${SH} ccc + cd ${WRKSRC}/lpsolve55 && ${SH} ccc + cd ${WRKSRC}/demo && ${SH} ccc do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lp_solve/bin/${LPSOLVE_ARCH}/lp_solve \ |