diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-04-07 13:26:20 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-04-07 13:26:20 +0000 |
commit | 113d291e1d44b8b6d432ae0d10aff37e68b64dc5 (patch) | |
tree | f7200639a0272ee7bbc76530b80468257079b711 /math/arpack | |
parent | 69bfde79150c31751515222d4b4406206d2f8ac6 (diff) |
Notes
Diffstat (limited to 'math/arpack')
-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 ebf3aa25467a..1524c8d0a2f4 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.gz) + @(cd ${WRKSRC}; ${TAR} -xzf ${DISTDIR}/${DIST_SUBDIR}/patch.tar.gz) pre-build: @${REINPLACE_CMD} -e 's+%FC%+${FC}+g ; s+%FFLAGS%+${FFLAGS}+g ; \ |