From sf@dsinw.com  Sun Jun 23 19:51:59 2002
Return-Path: <sf@dsinw.com>
Received: from innovations.dsinw.com (ns.dsinw.com [207.149.40.194])
	by hub.freebsd.org (Postfix) with ESMTP id 3B4AF37B401
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 Jun 2002 19:51:58 -0700 (PDT)
Received: from ivymike.satan.kom (15-139.021.popsite.net [192.216.199.139])
	by innovations.dsinw.com (8.11.6/8.11.6) with ESMTP id g5O2oB630249
	for <freebsd-gnats-submit@freebsd.org>; Sun, 23 Jun 2002 19:50:11 -0700
Message-Id: <20020623195244.T4685-100000@ivymike.satan.kom>
Date: Sun, 23 Jun 2002 19:53:23 -0700 (PDT)
From: Scott Flatman <sf@dsinw.com>
To: freebsd-gnats-submit@freebsd.org
Subject: ports/x11  strip -> ${STRIP_CMD}

>Number:         39756
>Category:       ports
>Synopsis:       strip -> ${STRIP_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 23 20:00:05 PDT 2002
>Closed-Date:    Wed Jun 26 11:56:29 PDT 2002
>Last-Modified:  Wed Jun 26 11:56:29 PDT 2002
>Originator:     Scott Flatman
>Release:        
>Organization:
>Environment:
>Description:
	strip -> ${STRIP_CMD}
>How-To-Repeat:
>Fix:

--- patch-ecore begins here ---
--- Makefile.orig	Mon Jun  3 18:38:42 2002
+++ Makefile	Sun Jun 23 19:46:38 2002
@@ -18,6 +18,6 @@
 INSTALLS_SHLIB=	yes

 post-install:
-	@strip ${PREFIX}/lib/libecore.so.0
+	@${STRIP_CMD} ${PREFIX}/lib/libecore.so.0

 .include <bsd.port.mk>
--- patch-ecore ends here ---

--- patch-wscan begins here ---
--- Makefile.orig	Wed Mar 27 00:51:30 2002
+++ Makefile	Sun Jun 23 19:47:36 2002
@@ -20,6 +20,6 @@
 MAN1=		wscan.1

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

 .include <bsd.port.mk>
--- patch-wscan ends here ---


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pat 
State-Changed-When: Wed Jun 26 11:56:20 PDT 2002 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=39756 
>Unformatted:
 
