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 /emulators/stonx | |
parent | 415432b3757319f5101595fec8767dadfca3d48f (diff) |
Notes
Diffstat (limited to 'emulators/stonx')
-rw-r--r-- | emulators/stonx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/stonx/Makefile b/emulators/stonx/Makefile index 36c62e862d37..bfc1730c3125 100644 --- a/emulators/stonx/Makefile +++ b/emulators/stonx/Makefile @@ -64,7 +64,7 @@ do-install: @${ECHO_MSG} "===> Installing fonts" .for f in ${FONTS} @${INSTALL_DATA} ${WRKSRC}/data/$f ${FNTDIR} - @gzip -f ${FNTDIR}/$f + @${GZIP_CMD} ${FNTDIR}/$f .endfor @mkfontdir ${FNTDIR} |