aboutsummaryrefslogtreecommitdiffstats
path: root/print/ifhp
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-23 13:28:50 +0800
committertrevor <trevor@FreeBSD.org>2004-01-23 13:28:50 +0800
commitb6fb5d5aaa02ebd417e15efc62686b080cd7adc3 (patch)
treebcefc76ca1c7135844dd360e42f3bb0ab7fd2fe0 /print/ifhp
parent004c0db1a8e72968f7a03e4d76b0516af6bef6ac (diff)
downloadfreebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.gz
freebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.zst
freebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.zip
Use LS macro.
Diffstat (limited to 'print/ifhp')
-rw-r--r--print/ifhp/Makefile2
1 files changed, 1 insertions, 1 deletions
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