diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-09-04 23:39:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-09-04 23:39:29 +0000 |
commit | 2262dde3ac9b8eeb7790fabdf31128fd2b7c31ba (patch) | |
tree | 4644df59e413d3ef6378c2ce857e02802fa28896 /math/fftpack | |
parent | Upgrade to 1.6.3 (diff) |
gzip -> ${GZIP_CMD}
gzip -d -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip -> ${GUNZIP_CMD}
Diffstat (limited to 'math/fftpack')
-rw-r--r-- | math/fftpack/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fftpack/Makefile b/math/fftpack/Makefile index 347ef9f54233..68528099400c 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} $(WRKSRC)/*.f.gz pre-build: ${RM} $(WRKSRC)/.depend |