summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-01 09:30:25 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-01 09:30:25 +0000
commitd2694fead5125cd1ba5b12ee01536ade909a23e3 (patch)
tree6f3ace5091abed61afeebf86b5d611be1619a6dd /math
parentNO_WRKDIR is evil. (diff)
Instead of chmod'ing a script (which could be on a read-only filesystem),
call it with /bin/sh.
Notes
Notes: svn path=/head/; revision=14993
Diffstat (limited to 'math')
-rw-r--r--math/eispack/Makefile7
1 files changed, 2 insertions, 5 deletions
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"