diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-23 05:28:50 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-23 05:28:50 +0000 |
commit | b6fb5d5aaa02ebd417e15efc62686b080cd7adc3 (patch) | |
tree | bcefc76ca1c7135844dd360e42f3bb0ab7fd2fe0 /databases/clip | |
parent | 004c0db1a8e72968f7a03e4d76b0516af6bef6ac (diff) | |
download | FreeBSD-ports-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.zip FreeBSD-ports-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.gz |
Use LS macro.
Diffstat (limited to 'databases/clip')
-rw-r--r-- | databases/clip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/clip/Makefile b/databases/clip/Makefile index 5995181..612312c 100644 --- a/databases/clip/Makefile +++ b/databases/clip/Makefile @@ -103,7 +103,7 @@ do-install: .for FILE in ${BIN2STRIP} @${STRIP_CMD} ${PREFIX}/clip/bin/${FILE} .endfor - @for f in `ls ${PREFIX}/clip/lib/*.so` ; \ + @for f in `${LS} ${PREFIX}/clip/lib/*.so` ; \ do \ ${STRIP_CMD} $$f ; \ done |