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 /x11-fonts | |
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 'x11-fonts')
-rw-r--r-- | x11-fonts/etlfonts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |