diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-23 13:28:50 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-23 13:28:50 +0800 |
commit | b6fb5d5aaa02ebd417e15efc62686b080cd7adc3 (patch) | |
tree | bcefc76ca1c7135844dd360e42f3bb0ab7fd2fe0 /textproc/p5-XML-DT | |
parent | 004c0db1a8e72968f7a03e4d76b0516af6bef6ac (diff) | |
download | freebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.gz freebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.zst freebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.zip |
Use LS macro.
Diffstat (limited to 'textproc/p5-XML-DT')
-rw-r--r-- | textproc/p5-XML-DT/Makefile | 2 |
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> |