summaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-23 05:28:50 +0000
committertrevor <trevor@FreeBSD.org>2004-01-23 05:28:50 +0000
commitb6fb5d5aaa02ebd417e15efc62686b080cd7adc3 (patch)
treebcefc76ca1c7135844dd360e42f3bb0ab7fd2fe0 /sysutils
parent004c0db1a8e72968f7a03e4d76b0516af6bef6ac (diff)
downloadFreeBSD-ports-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.zip
FreeBSD-ports-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.gz
Use LS macro.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/LPRng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile
index c981c0d..2c4986b 100644
--- a/sysutils/LPRng/Makefile
+++ b/sysutils/LPRng/Makefile
@@ -65,7 +65,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
OpenPOWER on IntegriCloud