Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Aug 2003 22:08:28 +0200 (CEST)
From:      Olivier Tharan <olive@oban.frmug.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55560: [maintainer update] net/nload: use ${STRIP_CMD}
Message-ID:  <20030813200828.DC8BD8C0C@weirdos.oban.frmug.org>
Resent-Message-ID: <200308132010.h7DKAJQX050585@freefall.freebsd.org>

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

>Number:         55560
>Category:       ports
>Synopsis:       [maintainer update] net/nload: use ${STRIP_CMD}
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Aug 13 13:10:19 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Olivier Tharan
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD weirdos.oban.frmug.org 4.8-STABLE FreeBSD 4.8-STABLE #20: Thu Aug 7 20:27:51 CEST 2003 root@suzie.oban.frmug.org:/usr/obj/usr/src/sys/WEIRDOS i386


	
>Description:
	Use ${STRIP_CMD} to make portlint happy
>How-To-Repeat:
	
>Fix:

diff -urN nload.orig/Makefile nload/Makefile
--- nload.orig/Makefile	Wed Aug 13 22:02:54 2003
+++ nload/Makefile	Wed Aug 13 22:03:04 2003
@@ -20,6 +20,6 @@
 MANCOMPRESSED=	yes
 
 post-install:
-	strip ${PREFIX}/bin/nload
+	${STRIP_CMD} ${PREFIX}/bin/nload
 
 .include <bsd.port.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030813200828.DC8BD8C0C>