Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Sep 2001 15:34:21 +0200 (CEST)
From:      Cyrille Lefevre <clefevre@citeweb.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/30391: Maintainer update: textproc/gsed (minor fix)
Message-ID:  <200109061334.f86DYLn43865@gits.dyndns.org>

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

>Number:         30391
>Category:       ports
>Synopsis:       Maintainer update: textproc/gsed (minor fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 06 06:40:00 PDT 2001
>Closed-Date:
>Last-Modified:
>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 comment changed.
>How-To-Repeat:
	n/a
>Fix:

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/textproc/gsed/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	2001/06/09 12:59:34	1.5
+++ Makefile	2001/09/06 13:31:21
@@ -7,32 +7,23 @@
 
 PORTNAME=	sed
 PORTVERSION=	3.02
+PKGNAMEPREFIX=	g
 CATEGORIES=	textproc
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
-PKGNAMEPREFIX=	g
 
 MAINTAINER=	clefevre@redirect.to
 
-#
 # Global variables
 #
 
 GNU_CONFIGURE=	yes
-
-# sed's configure seems to be buggy !
-# CONFIGURE_ARGS=	--program-prefix=g
-
 USE_GMAKE=	yes
-
-.if make(do-install)
-# DESTDIR isn't honored. fake it w/ prefix.
+# PREFIX isn't honored. force it w/ prefix.
 MAKE_ARGS=	prefix=${PREFIX}
-.endif
 
 MAN1=		gsed.1
 
-#
 # Local variables
 #
 
@@ -41,7 +32,6 @@
 SAMP_FILES=	dc.sed
 SAMP_DIR=	${PREFIX}/share/examples/${PKGBASE}
 
-#
 # Post-configure
 #
 
@@ -52,7 +42,6 @@
 	@${PERL} -pi.fbsd -e 's/s,x,x,/s,^,g,/' ${WRKSRC}/${subdir}/Makefile
 .endfor
 
-#
 # Post-install
 #
 
>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?200109061334.f86DYLn43865>