diff options
-rw-r--r-- | math/bihar/Makefile | 2 | ||||
-rw-r--r-- | math/fftpack/Makefile | 2 | ||||
-rw-r--r-- | x11-fonts/etlfonts/Makefile | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/x11-fonts/etlfonts/Makefile b/x11-fonts/etlfonts/Makefile index c9dfb7df5f15..8fca37e68885 100644 --- a/x11-fonts/etlfonts/Makefile +++ b/x11-fonts/etlfonts/Makefile @@ -20,7 +20,7 @@ EXTRACT_AFTER_ARGS= # empty USE_X_PREFIX= yes post-extract: - @${GUNZIP} ${WRKSRC}/*.gz + @${GUNZIP_CMD} ${WRKSRC}/*.gz post-install: @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL |