Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Jun 2002 12:02:57 -0700 (PDT)
From:      Scott Flatman <sf@dsinw.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/39742: ports/benchmarks/stream  strip -> ${STRIP_CMD}
Message-ID:  <20020623120211.W1716-100000@ivymike.satan.kom>

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

>Number:         39742
>Category:       ports
>Synopsis:       strip -> ${STRIP_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 12:10:02 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Scott Flatman
>Release:        
>Organization:
<organization of PR author (multiple lines)>
>Environment:
>Description:
	strip -> ${STRIP_CMD}
>How-To-Repeat:
>Fix:

--- patch-stream begins here ---
--- Makefile.orig	Tue Nov  6 12:17:15 2001
+++ Makefile	Sun Jun 23 12:00:11 2002
@@ -20,6 +20,6 @@
 	@${CP} -r ${_DISTDIR} ${WRKDIR}

 post-install:
-	strip ${PREFIX}/bin/stream
+	${STRIP_CMD} ${PREFIX}/bin/stream

 .include <bsd.port.mk>
--- patch-stream 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?20020623120211.W1716-100000>