Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2002 15:40:11 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39965: ports/Mk/bsd.port.mk  add several tools
Message-ID:  <20020628153943.N56177-100000@ivymike.foo.kom>

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

>Number:         39965
>Category:       ports
>Synopsis:       ports/Mk/bsd.port.mk  add several tools
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 28 15:50:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
	add several tools to variables section:

	CD?=	cd	# Shell builtin
	FGREP?=	/usr/bin/fgrep
	TAR?=	/usr/bin/tar

>How-To-Repeat:
>Fix:

--- patch-bsd.port.mk begins here ---
--- bsd.port.mk.orig	Fri Jun 28 08:40:12 2002
+++ bsd.port.mk	Fri Jun 28 15:34:14 2002
@@ -549,6 +549,7 @@
 BZIP2_CMD?=	${LOCALBASE}/bin/bzip2
 .endif
 CAT?=		/bin/cat
+CD?=		cd					# Shell builtin
 CHGRP?=		/usr/bin/chgrp
 CHMOD?=		/bin/chmod
 CHOWN?=		/usr/sbin/chown
@@ -558,6 +559,7 @@
 EGREP?=		/usr/bin/egrep
 EXPR?=		/bin/expr
 FALSE?=		false				# Shell builtin
+FGREP?=		/usr/bin/fgrep
 FILE?=		/usr/bin/file
 FIND?=		/usr/bin/find
 GREP?=		/usr/bin/grep
@@ -581,6 +583,7 @@
 STRIP_CMD?=	/usr/bin/strip
 SU?=		/usr/bin/su
 TAIL?=		/usr/bin/tail
+TAR?=		/usr/bin/tar
 TEST?=		test				# Shell builtin
 TR?=		/usr/bin/tr
 TRUE?=		true				# Shell builtin
--- patch-bsd.port.mk ends here ---


>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?20020628153943.N56177-100000>