aboutsummaryrefslogtreecommitdiffstats
path: root/math/blas
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-02-22 17:33:15 +0800
committerats <ats@FreeBSD.org>1995-02-22 17:33:15 +0800
commit90b2c973ed725add1c5212980a8c02e651f6ee22 (patch)
tree4a4167f8a21418b8ed42847d689e0c3c0d6309c0 /math/blas
parent1c9125300b1bf6ac01e4d185d43df96b9c49fae7 (diff)
downloadfreebsd-ports-gnome-90b2c973ed725add1c5212980a8c02e651f6ee22.tar.gz
freebsd-ports-gnome-90b2c973ed725add1c5212980a8c02e651f6ee22.tar.zst
freebsd-ports-gnome-90b2c973ed725add1c5212980a8c02e651f6ee22.zip
Change the path of the extract command. Formerly extract used CURDIR, now
it uses WRKDIR.
Diffstat (limited to 'math/blas')
-rw-r--r--math/blas/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile
index 9d19be51e564..1cb77ecadce9 100644
--- a/math/blas/Makefile
+++ b/math/blas/Makefile
@@ -5,7 +5,7 @@ MASTER_SITES= ftp://netlib.att.com/netlib/blas/
MASTER_SITES:= ${MASTER_SITE_OVERRIDE}/blas/
.undef MASTER_SITE_OVERRIDE
.endif
-EXTRACT_CMD=scripts/uncomp
+EXTRACT_CMD=${.CURDIR}/scripts/uncomp
EXTRACT_SUFX=.Z
EXTRACT_ARGS= ${WRKDIR}
WRKSRC=${WRKDIR}