aboutsummaryrefslogtreecommitdiffstats
path: root/devel/entity
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-23 13:28:50 +0800
committertrevor <trevor@FreeBSD.org>2004-01-23 13:28:50 +0800
commitb6fb5d5aaa02ebd417e15efc62686b080cd7adc3 (patch)
treebcefc76ca1c7135844dd360e42f3bb0ab7fd2fe0 /devel/entity
parent004c0db1a8e72968f7a03e4d76b0516af6bef6ac (diff)
downloadfreebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.gz
freebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.zst
freebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.zip
Use LS macro.
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>