aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-XML-DT
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 /textproc/p5-XML-DT
parentd484d409c570a2d5f73fd6ecd49ee5c7f7269edc (diff)
downloadports-06acd13c21bb0676c544f32d463c63244fdd0f41.tar.gz
ports-06acd13c21bb0676c544f32d463c63244fdd0f41.zip
Use LS macro.
Notes
Notes: svn path=/head/; revision=98863
Diffstat (limited to 'textproc/p5-XML-DT')
-rw-r--r--textproc/p5-XML-DT/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/p5-XML-DT/Makefile b/textproc/p5-XML-DT/Makefile
index 4095a5c03cac..bc9ad2eca357 100644
--- a/textproc/p5-XML-DT/Makefile
+++ b/textproc/p5-XML-DT/Makefile
@@ -26,6 +26,6 @@ post-install:
@${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples
@${MKDIR} ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples/XPath
@${INSTALL_DATA} ${WRKSRC}/examples/XPath/* ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples/XPath
- @${INSTALL_DATA} `ls -d ${WRKSRC}/examples/* | ${GREP} -v XPath` ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples
+ @${INSTALL_DATA} `${LS} -d ${WRKSRC}/examples/* | ${GREP} -v XPath` ${PREFIX}/lib/perl5/site_perl/${PERL_VER}/XML/DT/examples
.include <bsd.port.mk>