aboutsummaryrefslogtreecommitdiffstats
path: root/devel/spin
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2004-01-23 13:28:50 +0800
committertrevor <trevor@FreeBSD.org>2004-01-23 13:28:50 +0800
commitb6fb5d5aaa02ebd417e15efc62686b080cd7adc3 (patch)
treebcefc76ca1c7135844dd360e42f3bb0ab7fd2fe0 /devel/spin
parent004c0db1a8e72968f7a03e4d76b0516af6bef6ac (diff)
downloadfreebsd-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/Makefile2
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;" \