aboutsummaryrefslogtreecommitdiff
path: root/devel/entity
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 /devel/entity
parentd484d409c570a2d5f73fd6ecd49ee5c7f7269edc (diff)
downloadports-06acd13c21bb0676c544f32d463c63244fdd0f41.tar.gz
ports-06acd13c21bb0676c544f32d463c63244fdd0f41.zip
Use LS macro.
Notes
Notes: svn path=/head/; revision=98863
Diffstat (limited to 'devel/entity')
-rw-r--r--devel/entity/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/entity/Makefile b/devel/entity/Makefile
index b1fbaf8e32b9..509a05ead704 100644
--- a/devel/entity/Makefile
+++ b/devel/entity/Makefile
@@ -28,7 +28,7 @@ MAN1= entity.1
post-install:
${LDCONFIG} -m ${PREFIX}/lib/entity/clib ${PREFIX}/lib
${MKDIR} ${PREFIX}/share/entity
- cd ${WRKSRC}/apps && \
- ${PAX} -r -w `ls | ${GREP} -v Makefile` ${PREFIX}/share/entity
+ cd ${WRKSRC}/apps && ${PAX} -r -w `${LS} | \
+ ${GREP} -v Makefile` ${PREFIX}/share/entity
.include <bsd.port.mk>