summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-09-24 09:37:11 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-09-24 09:37:11 +0000
commitf37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch)
treedfd75e4de6392a8352e2ab1fc6550d87dccdb06c /net-mgmt
parent- Update to version 0.7.10 (diff)
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
Notes
Notes: svn path=/head/; revision=89169
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/bgpq/Makefile2
-rw-r--r--net-mgmt/ipfm/Makefile2
2 files changed, 2 insertions, 2 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>
diff --git a/net-mgmt/ipfm/Makefile b/net-mgmt/ipfm/Makefile
index 9933ccaafdfb..22e69734a606 100644
--- a/net-mgmt/ipfm/Makefile
+++ b/net-mgmt/ipfm/Makefile
@@ -21,6 +21,6 @@ MAN5= ipfm.conf.5
MAN8= ipfm.8
post-install:
- @strip ${PREFIX}/sbin/ipfm
+ @${STRIP_CMD} ${PREFIX}/sbin/ipfm
.include <bsd.port.mk>