From 9a2681b8903f100f3204ae232afb74406cd2d762 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 3 Feb 2011 11:30:54 +0000 Subject: Use SH instead of SHELL, from Francois Tigeot in PR 44503. --- math/lp_solve/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'math') 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 \ -- cgit v1.2.3