From root@gits.dyndns.org  Thu Sep  6 06:24:46 2001
Return-Path: <root@gits.dyndns.org>
Received: from smtp.noos.fr (camus.noos.net [212.198.2.70])
	by hub.freebsd.org (Postfix) with ESMTP id 4E81C37B406
	for <FreeBSD-gnats-submit@freebsd.org>; Thu,  6 Sep 2001 06:24:45 -0700 (PDT)
Received: (qmail 55521536 invoked by uid 0); 6 Sep 2001 13:24:43 -0000
Received: from unknown (HELO gits.dyndns.org) ([212.198.231.187]) (envelope-sender <root@gits.dyndns.org>)
          by 212.198.2.70 (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP
          for <FreeBSD-gnats-submit@freebsd.org>; 6 Sep 2001 13:24:43 -0000
Received: (from root@localhost)
	by gits.dyndns.org (8.11.6/8.11.6) id f86DOg043358;
	Thu, 6 Sep 2001 15:24:42 +0200 (CEST)
	(envelope-from root)
Message-Id: <200109061324.f86DOg043358@gits.dyndns.org>
Date: Thu, 6 Sep 2001 15:24:42 +0200 (CEST)
From: Cyrille Lefevre <clefevre@citeweb.net>
Reply-To: Cyrille Lefevre <clefevre@citeweb.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer update: misc/sh-utils (minor fix)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         30390
>Category:       ports
>Synopsis:       Maintainer update: misc/sh-utils (minor fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 06 06:30:01 PDT 2001
>Closed-Date:    Wed Sep 12 17:34:29 PDT 2001
>Last-Modified:  Wed Sep 12 17:35:50 PDT 2001
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.4-RC i386
>Organization:
ACME
>Environment:

System: FreeBSD gits 4.4-RC FreeBSD 4.4-RC #29: Sat Aug 25 14:49:20 CEST 2001 root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM i386

>Description:
	Makefile
		MAKE_ARGS added.
		targets reworked.
>How-To-Repeat:
	n/a
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/sh-utils/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	2001/06/09 12:59:32	1.6
+++ Makefile	2001/09/06 13:21:55
@@ -13,31 +13,51 @@
 
 MAINTAINER=	clefevre@redirect.to
 
+# Global variables
+#
+
 LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
 
 GNU_CONFIGURE=	yes
-
 CONFIGURE_ARGS=	--program-prefix=g
 
 USE_GMAKE=	yes
-
-INSTALL_INFO?=	install-info
+# PREFIX isn't honored. force it w/ prefix.
+MAKE_ARGS=	prefix=${PREFIX}
 
 MAN1=	gbasename.1 gchroot.1 gdate.1 gdirname.1 gecho.1 genv.1 \
 	gexpr.1 gfalse.1 ggroups.1 ghostid.1 ghostname.1 gid.1 \
 	glogname.1 gnice.1 gnohup.1 gpathchk.1 gpinky.1 gprintenv.1 \
 	gprintf.1 gpwd.1 gsleep.1 gstty.1 gsu.1 gtee.1 gtest.1 \
 	gtrue.1 gtty.1 guname.1 gusers.1 gwho.1 gwhoami.1 gyes.1
+
+# Local variables
+#
+
+INSTALL_INFO?=	install-info
+
+# Post-extract
+#
+
+post-extract: remove-info-files
 
-post-extract:
+remove-info-files:
 	@${RM} -f ${WRKSRC}/doc/${PORTNAME}.info*
 
+# Patch
+#
+
 do-patch:
 .if !defined(WITH_SUID)
 	@${PERL} -pi -e "s/u\+s/u\+w/g" ${WRKSRC}/src/Makefile.in
 .endif
+
+# Post-install
+#
+
+post-install: install-info
 
-post-install:
+install-info:
 	@${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:

From: Peter Pentchev <roam@ringlet.net>
To: Cyrille Lefevre <clefevre@citeweb.net>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/30390: Maintainer update: misc/sh-utils (minor fix)
Date: Thu, 6 Sep 2001 16:58:08 +0300

 On Thu, Sep 06, 2001 at 03:24:42PM +0200, Cyrille Lefevre wrote:
 > 
 > >Number:         30390
 > >Category:       ports
 > >Synopsis:       Maintainer update: misc/sh-utils (minor fix)
 > 
 > >Description:
 > 	Makefile
 > 		MAKE_ARGS added.
 
 Please look at my comments in PR ports/30389.
 
 G'luck,
 Peter
 
 -- 
 Nostalgia ain't what it used to be.
State-Changed-From-To: open->closed 
State-Changed-By: lioux 
State-Changed-When: Wed Sep 12 17:34:29 PDT 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30390 
>Unformatted:
