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 --- net/unison232/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/unison232') diff --git a/net/unison232/Makefile b/net/unison232/Makefile index 61d63efc2736..f7234653615e 100644 --- a/net/unison232/Makefile +++ b/net/unison232/Makefile @@ -23,6 +23,6 @@ USE_GMAKE= yes MAKE_ARGS= UISTYLE=text CFLAGS="" post-install: - strip ${PREFIX}/bin/unison + ${STRIP_CMD} ${PREFIX}/bin/unison .include -- cgit v1.2.3