diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 05:28:50 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-23 05:28:50 +0000 |
commit | 06acd13c21bb0676c544f32d463c63244fdd0f41 (patch) | |
tree | 087106d0ee3a86a8cdc22147ff10814f7970e4c5 /x11 | |
parent | Require perl 5.8 or higher for building. This should fix packaging on (diff) |
Use LS macro.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-aoutlibs/Makefile | 2 |
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 |