diff options
author | nork <nork@FreeBSD.org> | 2003-07-14 09:54:07 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-14 09:54:07 +0800 |
commit | 687b6409090e6f57c637cb42fe34eb5918611a01 (patch) | |
tree | 8923413f155d3ab0e11f3635c283c53b844372b7 /math | |
parent | 807d20d60bf536c178a14dc5762827794738cd76 (diff) | |
download | freebsd-ports-gnome-687b6409090e6f57c637cb42fe34eb5918611a01.tar.gz freebsd-ports-gnome-687b6409090e6f57c637cb42fe34eb5918611a01.tar.zst freebsd-ports-gnome-687b6409090e6f57c637cb42fe34eb5918611a01.zip |
Fix suffix of a patch file.
PR: ports54434
Submitted by: Kay Lehmann <kay_lehmann@web.de>
Diffstat (limited to 'math')
-rw-r--r-- | math/arpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index 5bcdc74ddfe2..ebf3aa25467a 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -35,7 +35,7 @@ USE_REINPLACE= yes .include <bsd.port.pre.mk> pre-patch: - @(cd ${WRKSRC}; tar -xzf ${DISTDIR}/${DIST_SUBDIR}/patch.tar.Z) + @(cd ${WRKSRC}; tar -xzf ${DISTDIR}/${DIST_SUBDIR}/patch.tar.gz) pre-build: @${REINPLACE_CMD} -e 's+%FC%+${FC}+g ; s+%FFLAGS%+${FFLAGS}+g ; \ |