diff options
author | clement <clement@FreeBSD.org> | 2004-04-07 21:26:20 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-04-07 21:26:20 +0800 |
commit | 0307fa21a54024c9a2f89c8797ee78710d49ae2a (patch) | |
tree | 5f362b972f009374c09deb556210d6ede3a22fb9 /math | |
parent | 1534f9259cd4783d2cab21a6b45e79e57a128042 (diff) | |
download | freebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.tar.gz freebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.tar.zst freebsd-ports-gnome-0307fa21a54024c9a2f89c8797ee78710d49ae2a.zip |
- tar -> ${TAR} (since we have now a bsdtar ;)
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 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 ; \ |