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 --- textproc/hevea/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/hevea') diff --git a/textproc/hevea/Makefile b/textproc/hevea/Makefile index d08f1ebef963..40c43a7fdd8e 100644 --- a/textproc/hevea/Makefile +++ b/textproc/hevea/Makefile @@ -27,8 +27,8 @@ TEX_DIR= ${PREFIX}/share/texmf/tex/latex TEXHASH= ${PREFIX}/bin/texhash post-install: - strip ${PREFIX}/bin/hevea - strip ${PREFIX}/bin/hacha + ${STRIP_CMD} ${PREFIX}/bin/hevea + ${STRIP_CMD} ${PREFIX}/bin/hacha .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/hevea ${INSTALL_DATA} ${DISTDIR}/${PORTNAME}-${PORTVERSION}-manual.pdf ${PREFIX}/share/doc/hevea -- cgit v1.2.3