aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-aoutlibs
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 /x11/XFree86-aoutlibs
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 'x11/XFree86-aoutlibs')
-rw-r--r--x11/XFree86-aoutlibs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-aoutlibs/Makefile b/x11/XFree86-aoutlibs/Makefile
index 3b28e715d2f3..24fa7e3fc455 100644
--- a/x11/XFree86-aoutlibs/Makefile
+++ b/x11/XFree86-aoutlibs/Makefile
@@ -32,7 +32,7 @@ pre-configure:
do-install:
@${MKDIR} ${PREFIX}/lib/aout
cd ${WRKSRC}; \
- for l in $$(ls lib*); do \
+ for l in $$(${LS} lib*); do \
${SETENV} OBJFORMAT=${PORTOBJFORMAT} \
${INSTALL_PROGRAM} $$l ${PREFIX}/lib/aout; \
done