diff options
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 |