aboutsummaryrefslogtreecommitdiff
path: root/x11
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 /x11
parentd484d409c570a2d5f73fd6ecd49ee5c7f7269edc (diff)
downloadports-06acd13c21bb0676c544f32d463c63244fdd0f41.tar.gz
ports-06acd13c21bb0676c544f32d463c63244fdd0f41.zip
Notes
Diffstat (limited to 'x11')
-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