summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1999-09-09 11:00:04 +0000
committerasami <asami@FreeBSD.org>1999-09-09 11:00:04 +0000
commit554d06b13a5fcc822852abe693c60b1fe320912c (patch)
tree30c3ce119f1fa48a81e9da17525cabba96f3f9f9
parentc7d88c1d08f8cfd097d2ef88aa04bc6f9a47264f (diff)
downloadFreeBSD-ports-554d06b13a5fcc822852abe693c60b1fe320912c.zip
FreeBSD-ports-554d06b13a5fcc822852abe693c60b1fe320912c.tar.gz
${GUNZIP} -> ${GUNZIP_CMD}. (mharo somehow misspelt these two.... ;)
-rw-r--r--math/bihar/Makefile2
-rw-r--r--math/fftpack/Makefile2
-rw-r--r--x11-fonts/etlfonts/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/math/bihar/Makefile b/math/bihar/Makefile
index 6852809..4c01f03 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 6852809..4c01f03 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 c9dfb7d..8fca37e 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
OpenPOWER on IntegriCloud