From 97f9dd0b345423626740507fe511d174d724854f Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Wed, 13 Aug 2003 20:19:42 +0000 Subject: [PATCH] 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 bb5017924d09..cf9d3761fc49 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