summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-02-03 11:30:54 +0000
committerwiz <wiz@pkgsrc.org>2011-02-03 11:30:54 +0000
commit9a2681b8903f100f3204ae232afb74406cd2d762 (patch)
tree64b51c7e1541cca26cc1299252654af4522dd900 /math
parentbc7ea20af3eeecd24588bbf72bde609d70d552f3 (diff)
downloadpkgsrc-9a2681b8903f100f3204ae232afb74406cd2d762.tar.gz
Use SH instead of SHELL, from Francois Tigeot in PR 44503.
Diffstat (limited to 'math')
-rw-r--r--math/lp_solve/Makefile8
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 \