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 --- games/xconq/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/xconq/Makefile') diff --git a/games/xconq/Makefile b/games/xconq/Makefile index fcc7c302739e..3e23db35d44f 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -35,7 +35,7 @@ PLIST_SUB= SCOREDIR=${SCOREDIR} post-install: .for file in xconq imf2x x2imf ximfapp - strip ${PREFIX}/bin/${file} + ${STRIP_CMD} ${PREFIX}/bin/${file} .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/xconq/doc -- cgit v1.2.3