summaryrefslogtreecommitdiff
path: root/math/linpack
diff options
context:
space:
mode:
authorAndreas Schulz <ats@FreeBSD.org>1995-02-22 09:52:58 +0000
committerAndreas Schulz <ats@FreeBSD.org>1995-02-22 09:52:58 +0000
commit1643b0e1ae5b41d8185fbab99ad613605f5aa4d1 (patch)
tree3e6c882ef6241b710d386fd36c97332483df086e /math/linpack
parentChange the path of the extract command. Formerly extract used CURDIR, now (diff)
Same change needed as in the blas port. Now, that extract is in WRKDIR the
uncomp script need to be prefixed with a CURDIR.
Notes
Notes: svn path=/head/; revision=1018
Diffstat (limited to 'math/linpack')
-rw-r--r--math/linpack/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/linpack/Makefile b/math/linpack/Makefile
index 9d96af501efa..71c6cd1845bf 100644
--- a/math/linpack/Makefile
+++ b/math/linpack/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES= ftp://netlib.att.com/netlib/linpack/
MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/linpack/
.undef MASTER_SITE_OVERRIDE
.endif
-EXTRACT_CMD=scripts/uncomp
+EXTRACT_CMD=${.CURDIR}/scripts/uncomp
EXTRACT_SUFX=.Z
EXTRACT_ARGS= ${WRKDIR}
WRKSRC=${WRKDIR}