aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-02-22 17:52:58 +0800
committerats <ats@FreeBSD.org>1995-02-22 17:52:58 +0800
commit963edf57a36eaa85daf3e9b643e4e29cf720b5b3 (patch)
tree1264bfe5a093b7f0e4e54967fd92e61eeffdb68c
parent90b2c973ed725add1c5212980a8c02e651f6ee22 (diff)
downloadfreebsd-ports-963edf57a36eaa85daf3e9b643e4e29cf720b5b3.tar.gz
freebsd-ports-963edf57a36eaa85daf3e9b643e4e29cf720b5b3.tar.zst
freebsd-ports-963edf57a36eaa85daf3e9b643e4e29cf720b5b3.zip
Same change needed as in the blas port. Now, that extract is in WRKDIR the
uncomp script need to be prefixed with a CURDIR.
-rw-r--r--math/eispack/Makefile2
-rw-r--r--math/linpack/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile
index baf1b08d4393..5506892f0f93 100644
--- a/math/eispack/Makefile
+++ b/math/eispack/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES= ftp://netlib.att.com/netlib/eispack/
MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/eispack/
.undef MASTER_SITE_OVERRIDE
.endif
-EXTRACT_CMD=scripts/uncomp
+EXTRACT_CMD=${.CURDIR}/scripts/uncomp
EXTRACT_SUFX=.Z
EXTRACT_ARGS= ${WRKDIR}
WRKSRC=${WRKDIR}
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}