diff options
author | mharo <mharo@FreeBSD.org> | 1999-09-05 07:39:29 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-09-05 07:39:29 +0800 |
commit | d610693a16663e7e8e0dcd365d9986387c00ccd6 (patch) | |
tree | 4392ac6eca61c5f7e66a808b3e8e83411051e773 /math | |
parent | 21a3785431849d2800979eb9eda3e8d0dccd04fb (diff) | |
download | freebsd-ports-gnome-d610693a16663e7e8e0dcd365d9986387c00ccd6.tar.gz freebsd-ports-gnome-d610693a16663e7e8e0dcd365d9986387c00ccd6.tar.zst freebsd-ports-gnome-d610693a16663e7e8e0dcd365d9986387c00ccd6.zip |
gzip -> ${GZIP_CMD}
gzip -d -> ${GUNZIP_CMD}
gzip -dc -> ${GZCAT}
gunzip -> ${GUNZIP_CMD}
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 347ef9f54233..68528099400c 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} $(WRKSRC)/*.f.gz pre-build: ${RM} $(WRKSRC)/.depend 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 |