From f37f7775e3bcaa6fa808e1a5e037deae35d5b262 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Wed, 24 Sep 2003 09:37:11 +0000 Subject: Make portlint(1) happy by changing strip to ${STRIP_CMD} Submitted by: Oleg Karachevtsev PR: 56998 --- security/bro/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'security/bro') 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 -- cgit v1.2.3