summaryrefslogtreecommitdiff
path: root/net/nload/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/nload/Makefile')
-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>