aboutsummaryrefslogtreecommitdiff
path: root/x11/x3270
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-03-22 13:20:21 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-03-22 13:20:21 +0000
commita16de41c904095195ae91eeafc9e563537255e92 (patch)
treed6aca36df4420e9de5f7bc3dc70e343b9a91adb4 /x11/x3270
parentc747df9867ae959a5c3b0d319fd091514b66c412 (diff)
downloadports-a16de41c904095195ae91eeafc9e563537255e92.tar.gz
ports-a16de41c904095195ae91eeafc9e563537255e92.zip
- Use GZIP_CMD instead of gzip
PR: 94799 Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Notes
Notes: svn path=/head/; revision=157961
Diffstat (limited to 'x11/x3270')
-rw-r--r--x11/x3270/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/x3270/Makefile b/x11/x3270/Makefile
index 69031fcdc8eb..8d571b242585 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 <bsd.port.mk>