summaryrefslogtreecommitdiff
path: root/net/ipfm
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/ipfm
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/ipfm')
-rw-r--r--net/ipfm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipfm/Makefile b/net/ipfm/Makefile
index 9933ccaafdfb..22e69734a606 100644
--- a/net/ipfm/Makefile
+++ b/net/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>