aboutsummaryrefslogtreecommitdiff
path: root/net/nload
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-08-13 20:19:42 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-08-13 20:19:42 +0000
commit97f9dd0b345423626740507fe511d174d724854f (patch)
treed07571f4a3b19494bfa52753af68bc96b2728dc2 /net/nload
parent0f714d539176eb7a7795653da9610bb42095d726 (diff)
downloadports-97f9dd0b345423626740507fe511d174d724854f.tar.gz
ports-97f9dd0b345423626740507fe511d174d724854f.zip
Maintainer's update: use ${STRIP_CMD} for portlint happy
PR: 55560
Notes
Notes: svn path=/head/; revision=86902
Diffstat (limited to 'net/nload')
-rw-r--r--net/nload/Makefile2
1 files changed, 1 insertions, 1 deletions
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 <bsd.port.mk>