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 /devel/spin | |
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 'devel/spin')
-rw-r--r-- | devel/spin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/spin/Makefile b/devel/spin/Makefile index 19ceca608f53..f231a1a48b41 100644 --- a/devel/spin/Makefile +++ b/devel/spin/Makefile @@ -37,7 +37,7 @@ post-extract: @cd ${WRKDIR}/Test && ${SH} ${WRKDIR}/Test/examples post-patch: - @WISH=`(cd ${LOCALBASE}/bin ; ls wish8* ) | tail -1` ; \ + @WISH=`(cd ${LOCALBASE}/bin ; ${LS} wish8* ) | tail -1` ; \ if [ -z "$$WISH" ] ; then WISH=wish8.0 ; fi ; \ ${REINPLACE_CMD} \ -e "s|%%LOCALBASE%%|${LOCALBASE}|g;" \ |