diff options
author | ats <ats@FreeBSD.org> | 1995-02-22 17:52:58 +0800 |
---|---|---|
committer | ats <ats@FreeBSD.org> | 1995-02-22 17:52:58 +0800 |
commit | 963edf57a36eaa85daf3e9b643e4e29cf720b5b3 (patch) | |
tree | 1264bfe5a093b7f0e4e54967fd92e61eeffdb68c /math/eispack/Makefile | |
parent | 90b2c973ed725add1c5212980a8c02e651f6ee22 (diff) | |
download | freebsd-ports-gnome-963edf57a36eaa85daf3e9b643e4e29cf720b5b3.tar.gz freebsd-ports-gnome-963edf57a36eaa85daf3e9b643e4e29cf720b5b3.tar.zst freebsd-ports-gnome-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.
Diffstat (limited to 'math/eispack/Makefile')
-rw-r--r-- | math/eispack/Makefile | 2 |
1 files changed, 1 insertions, 1 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} |