Date: Tue, 21 Mar 2006 19:42:48 +0200 From: "Ion-Mihai "IOnut" Tetcu" <itetcu@people.tecnik93.com> To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@FreeBSD.org> Subject: ports/94799: [PATCH] x11/x3270: use GZIP_CMD Message-ID: <1142962968.99827@it.buh.tecnik93.com> Resent-Message-ID: <200603211750.k2LHoBSg021518@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 94799 >Category: ports >Synopsis: [PATCH] x11/x3270: use GZIP_CMD >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 21 17:50:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Ion-Mihai "IOnut" Tetcu >Release: FreeBSD 6.1-PRERELEASE i386 >Organization: Tecnik'93 >Environment: System: FreeBSD 6.1-PRERELEASE #0: Fri Feb 24 07:01:54 EET 2006 root@it.buh.tecnik93.com:/usr/obj/usr/src/sys/IT6_B_P >Description: portlint a little >How-To-Repeat: >Fix: --- x3270.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/x11/x3270/Makefile,v retrieving revision 1.27 diff -u -r1.27 Makefile --- Makefile 14 Apr 2005 15:21:50 -0000 1.27 +++ Makefile 21 Mar 2006 17:41:54 -0000 @@ -42,8 +42,8 @@ .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> --- x3270.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1142962968.99827>