From ac84c3fbaaaed1fffd507c6b9a279795f185ff23 Mon Sep 17 00:00:00 2001 From: osa Date: Wed, 13 Aug 2003 20:19:42 +0000 Subject: Maintainer's update: use ${STRIP_CMD} for portlint happy PR: 55560 --- net/nload/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/nload/Makefile b/net/nload/Makefile index bb50179..cf9d376 100644 --- a/net/nload/Makefile +++ b/net/nload/Makefile @@ -20,6 +20,6 @@ MAN1= nload.1 MANCOMPRESSED= yes post-install: - strip ${PREFIX}/bin/nload + ${STRIP_CMD} ${PREFIX}/bin/nload .include -- cgit v1.1