Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jan 2001 17:22:25 +0100 (CET)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/24111: Updated port: misc/sh-utils - 2.0
Message-ID:  <200101061622.f06GMPw50834@gits.dyndns.org>
Resent-Message-ID: <200101061630.f06GU5I08577@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         24111
>Category:       ports
>Synopsis:       Updated port: misc/sh-utils - 2.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 06 08:30:05 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Cyrille Lefevre
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
ACME
>Environment:

FreeBSD gits 4.2-STABLE FreeBSD 4.2-STABLE #2: Wed Dec  6 17:17:38 CET 2000     root@gits:/disk2/4.x-stable/src/sys/compile/CUSTOM  i386

>Description:

	Makefile
		ok, I'm the maintainer :)
		gmake isn't needed to build this port.
		post-extract deletion of info files added.

	pkg-descr
		WWW link added.

>How-To-Repeat:

	n/a

>Fix:


Index: misc/sh-utils/Makefile
===================================================================
RCS file: /home/ncvs/ports/misc/sh-utils/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- misc/sh-utils/Makefile	2001/01/01 10:15:06	1.2
+++ misc/sh-utils/Makefile	2001/01/06 16:15:28
@@ -11,7 +11,7 @@
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR= sh-utils
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	clefevre@citeweb.net
 
 LIB_DEPENDS=	intl.1:${PORTSDIR}/devel/gettext
 
@@ -19,7 +19,7 @@
 
 CONFIGURE_ARGS=	--program-prefix=g
 
-USE_GMAKE=	yes
+INSTALL_INFO?=	install-info
 
 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 \
@@ -27,12 +27,15 @@
 	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
 
+post-extract:
+	@${RM} -f ${WRKSRC}/doc/${PORTNAME}.info*
+
 do-patch:
 .if !defined(WITH_SUID)
 	@${PERL} -pi -e "s/u\+s/u\+w/g" ${WRKSRC}/src/Makefile.in
 .endif
 
 post-install:
-	install-info ${PREFIX}/info/sh-utils.info ${PREFIX}/info/dir
+	@${INSTALL_INFO} ${PREFIX}/info/${PORTNAME}.info ${PREFIX}/info/dir
 
 .include <bsd.port.mk>
Index: misc/sh-utils/pkg-descr
===================================================================
RCS file: /home/ncvs/ports/misc/sh-utils/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- misc/sh-utils/pkg-descr	2000/10/19 04:29:41	1.1
+++ misc/sh-utils/pkg-descr	2000/10/21 04:07:34
@@ -16,4 +16,4 @@
 GNU su does not support a wheel group.  This port installs it
 without the suid bit, unless you define WITH_SUID while building.
 
-Cyrille Lefevre <clefevre@citeweb.net>
+WWW: http://www.gnu.org/software/shellutils/shellutils.html

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200101061622.f06GMPw50834>