summaryrefslogtreecommitdiff
path: root/net-mgmt/bgpq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/bgpq/Makefile')
-rw-r--r--net-mgmt/bgpq/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/bgpq/Makefile b/net-mgmt/bgpq/Makefile
index 54d13206f874..882450f2a63d 100644
--- a/net-mgmt/bgpq/Makefile
+++ b/net-mgmt/bgpq/Makefile
@@ -17,6 +17,6 @@ MAN8= bgpq.8
HAS_CONFIGURE= yes
post-install:
- strip ${PREFIX}/bin/bgpq
+ ${STRIP_CMD} ${PREFIX}/bin/bgpq
.include <bsd.port.mk>