ports/55560: [maintainer update] net/nload: use ${STRIP_CMD}
Olivier Tharan
olive at oban.frmug.org
Wed Aug 13 20:10:22 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list