aboutsummaryrefslogtreecommitdiff
path: root/security/bro
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 /security/bro
parentb20d1c4deb10c57406da8224b9673695a8a8387b (diff)
downloadports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.tar.gz
ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.zip
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 'security/bro')
-rw-r--r--security/bro/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile
index 23e1f9f87d75..c90fce11a03d 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -37,7 +37,7 @@ pre-install:
@${MKDIR} ${PREFIX}/share/bro
post-install:
- @strip ${PREFIX}/sbin/bro
+ @${STRIP_CMD} ${PREFIX}/sbin/bro
@${INSTALL_DATA} ${WRKSRC}/policy/*.* ${PREFIX}/share/bro
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/bro