From fad424db6aa8e3d5d3787f06534ab341318a0851 Mon Sep 17 00:00:00 2001 From: osa 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/tvp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'games/tvp') diff --git a/games/tvp/Makefile b/games/tvp/Makefile index 5c5b21b94b4..6b8f613618d 100644 --- a/games/tvp/Makefile +++ b/games/tvp/Makefile @@ -40,6 +40,6 @@ post-install: ${INSTALL_MAN} ${FILESDIR}/tvp.6 ${PREFIX}/man/man6/tvp.6 a='${PREFIX}/share/doc/tvp/' perl -pi -e 's/TOKEN/$$ENV{a}/' \ ${PREFIX}/man/man6/tvp.6 - strip ${PREFIX}/bin/aprez ${PREFIX}/bin/prez ${PREFIX}/bin/xpwish + ${STRIP_CMD} ${PREFIX}/bin/aprez ${PREFIX}/bin/prez ${PREFIX}/bin/xpwish .include -- cgit