diff options
author | asami <asami@FreeBSD.org> | 1999-09-09 19:00:04 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-09 19:00:04 +0800 |
commit | 554d06b13a5fcc822852abe693c60b1fe320912c (patch) | |
tree | 30c3ce119f1fa48a81e9da17525cabba96f3f9f9 /math/bihar | |
parent | c7d88c1d08f8cfd097d2ef88aa04bc6f9a47264f (diff) | |
download | freebsd-ports-gnome-554d06b13a5fcc822852abe693c60b1fe320912c.tar.gz freebsd-ports-gnome-554d06b13a5fcc822852abe693c60b1fe320912c.tar.zst freebsd-ports-gnome-554d06b13a5fcc822852abe693c60b1fe320912c.zip |
${GUNZIP} -> ${GUNZIP_CMD}. (mharo somehow misspelt these two.... ;)
Diffstat (limited to 'math/bihar')
-rw-r--r-- | math/bihar/Makefile | 2 |
1 files changed, 1 insertions, 1 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 |