diff options
Diffstat (limited to 'math/blas')
-rw-r--r-- | math/blas/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index 9d19be5..1cb77ec 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} |