diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-09 11:00:04 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-09 11:00:04 +0000 |
commit | 3a7ce625ab108d78450a1bd253507dd82418bfde (patch) | |
tree | a7f7390dbec8fef097e7dd8483577fa354d69181 /x11-fonts | |
parent | 4c9375ee2d44b4b547fdfa015b1051fd6bb4ce7e (diff) | |
download | ports-3a7ce625ab108d78450a1bd253507dd82418bfde.tar.gz ports-3a7ce625ab108d78450a1bd253507dd82418bfde.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 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 |