summaryrefslogtreecommitdiffstats
path: root/math/linpack
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-02-22 09:52:58 +0000
committerats <ats@FreeBSD.org>1995-02-22 09:52:58 +0000
commit963edf57a36eaa85daf3e9b643e4e29cf720b5b3 (patch)
tree1264bfe5a093b7f0e4e54967fd92e61eeffdb68c /math/linpack
parent90b2c973ed725add1c5212980a8c02e651f6ee22 (diff)
downloadFreeBSD-ports-963edf57a36eaa85daf3e9b643e4e29cf720b5b3.zip
FreeBSD-ports-963edf57a36eaa85daf3e9b643e4e29cf720b5b3.tar.gz
Same change needed as in the blas port. Now, that extract is in WRKDIR the
uncomp script need to be prefixed with a CURDIR.
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 9d96af5..71c6cd1 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}
OpenPOWER on IntegriCloud