diff options
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" |