From b6fb5d5aaa02ebd417e15efc62686b080cd7adc3 Mon Sep 17 00:00:00 2001 From: trevor Date: Fri, 23 Jan 2004 05:28:50 +0000 Subject: Use LS macro. --- print/ifhp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print/ifhp') diff --git a/print/ifhp/Makefile b/print/ifhp/Makefile index 6b8e7f9b0a3b..38dd081e116e 100644 --- a/print/ifhp/Makefile +++ b/print/ifhp/Makefile @@ -52,7 +52,7 @@ post-install: .if !defined(NOPORTDOCS) @${INSTALL} -d -o ${SHAREOWN} -g ${SHAREGRP} -m 0555 ${DOCSDIR} .for ext in html pdf ppt ps txt gif jpg png - @for i in `ls ${WRKSRC}/HOWTO |${GREP} "\.${ext}$$"`; \ + @for i in `${LS} ${WRKSRC}/HOWTO |${GREP} "\.${ext}$$"`; \ do ${INSTALL_DATA} ${WRKSRC}/HOWTO/$$i ${DOCSDIR}; done .endfor .endif -- cgit