From b6fb5d5aaa02ebd417e15efc62686b080cd7adc3 Mon Sep 17 00:00:00 2001 From: trevor Date: Fri, 23 Jan 2004 05:28:50 +0000 Subject: Use LS macro. --- x11/XFree86-aoutlibs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'x11/XFree86-aoutlibs') 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 -- cgit