diff options
author | trevor <trevor@FreeBSD.org> | 2004-01-23 13:28:50 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-01-23 13:28:50 +0800 |
commit | b6fb5d5aaa02ebd417e15efc62686b080cd7adc3 (patch) | |
tree | bcefc76ca1c7135844dd360e42f3bb0ab7fd2fe0 /databases/clip/Makefile | |
parent | 004c0db1a8e72968f7a03e4d76b0516af6bef6ac (diff) | |
download | freebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.gz freebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.tar.zst freebsd-ports-gnome-b6fb5d5aaa02ebd417e15efc62686b080cd7adc3.zip |
Use LS macro.
Diffstat (limited to 'databases/clip/Makefile')
-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 599518122c86..612312cde7d2 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 |