diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-09 11:00:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-09 11:00:04 +0000 |
commit | 3a7ce625ab108d78450a1bd253507dd82418bfde (patch) | |
tree | a7f7390dbec8fef097e7dd8483577fa354d69181 /math | |
parent | 4c9375ee2d44b4b547fdfa015b1051fd6bb4ce7e (diff) | |
download | ports-3a7ce625ab108d78450a1bd253507dd82418bfde.tar.gz ports-3a7ce625ab108d78450a1bd253507dd82418bfde.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/bihar/Makefile | 2 | ||||
-rw-r--r-- | math/fftpack/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile index 68528099400c..4c01f03cfa9c 100644 --- a/math/bihar/Makefile +++ b/math/bihar/Makefile @@ -23,7 +23,7 @@ EXTRACT_AFTER_ARGS= # empty .include <bsd.port.pre.mk> post-extract: - ${GUNZIP} $(WRKSRC)/*.f.gz + ${GUNZIP_CMD} $(WRKSRC)/*.f.gz pre-build: ${RM} $(WRKSRC)/.depend diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 68528099400c..4c01f03cfa9c 100644 --- a/math/fftpack/Makefile +++ b/math/fftpack/Makefile @@ -23,7 +23,7 @@ EXTRACT_AFTER_ARGS= # empty .include <bsd.port.pre.mk> post-extract: - ${GUNZIP} $(WRKSRC)/*.f.gz + ${GUNZIP_CMD} $(WRKSRC)/*.f.gz pre-build: ${RM} $(WRKSRC)/.depend |