diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
commit | f37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch) | |
tree | dfd75e4de6392a8352e2ab1fc6550d87dccdb06c /security/bro | |
parent | b20d1c4deb10c57406da8224b9673695a8a8387b (diff) | |
download | ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.tar.gz ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.zip |
Notes
Diffstat (limited to 'security/bro')
-rw-r--r-- | security/bro/Makefile | 2 |
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 |