diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-02-22 09:33:15 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-02-22 09:33:15 +0000 |
commit | 381df7471fad6cf2e17ba12130b91355b6ef5321 (patch) | |
tree | 9eaf3c0d89396f4cc472a730054e53ca0e3bc081 /math/blas | |
parent | Upgrade. (diff) |
Change the path of the extract command. Formerly extract used CURDIR, now
it uses WRKDIR.
Notes
Notes:
svn path=/head/; revision=1017
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 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} |