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/ipfm/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/ipfm') diff --git a/net/ipfm/Makefile b/net/ipfm/Makefile index 9933ccaafdfb..22e69734a606 100644 --- a/net/ipfm/Makefile +++ b/net/ipfm/Makefile @@ -21,6 +21,6 @@ MAN5= ipfm.conf.5 MAN8= ipfm.8 post-install: - @strip ${PREFIX}/sbin/ipfm + @${STRIP_CMD} ${PREFIX}/sbin/ipfm .include -- cgit v1.2.3