diff options
author | asami <asami@FreeBSD.org> | 1998-12-01 09:30:25 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-01 09:30:25 +0000 |
commit | 0aa62ce82837974bcc551c6e1677d5ab1bdee558 (patch) | |
tree | a3e3cf31d125c208db4fb5184653a17d5fd01536 /math/eispack | |
parent | 7b5aa355960d687fe4d35ec4cef1ff0454c75e14 (diff) | |
download | FreeBSD-ports-0aa62ce82837974bcc551c6e1677d5ab1bdee558.zip FreeBSD-ports-0aa62ce82837974bcc551c6e1677d5ab1bdee558.tar.gz |
Instead of chmod'ing a script (which could be on a read-only filesystem),
call it with /bin/sh.
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index b2f5d92..420fc1b 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" |