From 7ee2e868eb57a4763076eb825061fa47cddfd0a1 Mon Sep 17 00:00:00 2001 From: mnag Date: Wed, 22 Mar 2006 13:20:21 +0000 Subject: - Use GZIP_CMD instead of gzip PR: 94799 Submitted by: Ion-Mihai "IOnut" Tetcu --- x11/x3270/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'x11/x3270') diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile index 69031fcdc8e..8d571b24258 100644 --- a/x11/x3270/Makefile +++ b/x11/x3270/Makefile @@ -42,8 +42,8 @@ pre-install: .endif post-install: - gzip -n ${MAN1PREFIX}/man/man1/x3270if.1 - gzip -n ${MAN1PREFIX}/man/man1/x3270-script.1 - gzip -n ${MAN5PREFIX}/man/man5/ibm_hosts.5 + ${GZIP_CMD} ${MAN1PREFIX}/man/man1/x3270if.1 + ${GZIP_CMD} ${MAN1PREFIX}/man/man1/x3270-script.1 + ${GZIP_CMD} ${MAN5PREFIX}/man/man5/ibm_hosts.5 .include -- cgit