1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Change the path of the extract command. Formerly extract used CURDIR, now

it uses WRKDIR.
This commit is contained in:
Andreas Schulz 1995-02-22 09:33:15 +00:00
parent a11b5f6cc8
commit 381df7471f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1017

View File

@ -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}