diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-09-04 23:39:29 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-09-04 23:39:29 +0000 |
commit | 2262dde3ac9b8eeb7790fabdf31128fd2b7c31ba (patch) | |
tree | 4644df59e413d3ef6378c2ce857e02802fa28896 /x11-fonts | |
parent | 415432b3757319f5101595fec8767dadfca3d48f (diff) | |
download | ports-2262dde3ac9b8eeb7790fabdf31128fd2b7c31ba.tar.gz ports-2262dde3ac9b8eeb7790fabdf31128fd2b7c31ba.zip |
Notes
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 69a3f349f74b..c9dfb7df5f15 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} ${WRKSRC}/*.gz post-install: @${SH} ${PKGDIR}/REQ ${PKGNAME} INSTALL |