Date: Sun, 23 Jun 2002 19:53:23 -0700 (PDT) From: Scott Flatman <sf@dsinw.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/39756: ports/x11 strip -> ${STRIP_CMD} Message-ID: <20020623195244.T4685-100000@ivymike.satan.kom>
next in thread | raw e-mail | index | archive | help
>Number: 39756 >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 20:00:05 PDT 2002 >Closed-Date: >Last-Modified: >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: >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?20020623195244.T4685-100000>