From d2694fead5125cd1ba5b12ee01536ade909a23e3 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Tue, 1 Dec 1998 09:30:25 +0000 Subject: Instead of chmod'ing a script (which could be on a read-only filesystem), call it with /bin/sh. --- math/eispack/Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'math') diff --git a/math/eispack/Makefile b/math/eispack/Makefile index b2f5d92c0ae2..420fc1b513d6 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -3,7 +3,7 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id: Makefile,v 1.17 1998/11/07 18:31:13 fenner Exp $ +# $Id: Makefile,v 1.18 1998/11/14 09:43:20 asami Exp $ # DISTNAME= eispack @@ -17,7 +17,7 @@ DIST_SUBDIR= ${DISTNAME} LIB_DEPENDS= blas.1:${PORTSDIR}/math/blas -EXTRACT_CMD= ${SCRIPTDIR}/uncomp +EXTRACT_CMD= ${SH} ${SCRIPTDIR}/uncomp EXTRACT_SUFX= .gz EXTRACT_ARGS= ${WRKDIR} @@ -41,9 +41,6 @@ DISTFILES= ${SRCS:.f=.f.gz} pre-build: cp Makefile.lib ${WRKDIR}/Makefile -pre-extract: - chmod +x ${SCRIPTDIR}/uncomp - post-install: ${LDCONFIG} -m ${PREFIX}/lib .if ${PORTOBJFORMAT} == "aout" -- cgit v1.2.3