aboutsummaryrefslogtreecommitdiff
path: root/sysutils/LPRng
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-23 05:28:50 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-23 05:28:50 +0000
commit06acd13c21bb0676c544f32d463c63244fdd0f41 (patch)
tree087106d0ee3a86a8cdc22147ff10814f7970e4c5 /sysutils/LPRng
parentd484d409c570a2d5f73fd6ecd49ee5c7f7269edc (diff)
downloadports-06acd13c21bb0676c544f32d463c63244fdd0f41.tar.gz
ports-06acd13c21bb0676c544f32d463c63244fdd0f41.zip
Use LS macro.
Notes
Notes: svn path=/head/; revision=98863
Diffstat (limited to 'sysutils/LPRng')
-rw-r--r--sysutils/LPRng/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile
index c981c0dcbe70..2c4986b95d26 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