ports/94799: [PATCH] x11/x3270: use GZIP_CMD

Ion-Mihai IOnut Tetcu itetcu at people.tecnik93.com
Tue Mar 21 17:50:13 UTC 2006


>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 at 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:



More information about the freebsd-ports-bugs mailing list