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 --- math/unixstat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/unixstat') diff --git a/math/unixstat/Makefile b/math/unixstat/Makefile index 7f131eb8e406..353b0c5216e8 100644 --- a/math/unixstat/Makefile +++ b/math/unixstat/Makefile @@ -43,7 +43,7 @@ do-build: @(cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} make ${MAKE_ARGS}) do-install: - @strip ${WRKSRC}/bin/* + @${STRIP_CMD} ${WRKSRC}/bin/* @${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/man/*.1 ${PREFIX}/man/man1 -- cgit v1.2.3