diff options
Diffstat (limited to 'devel/spin/Makefile')
| -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;" \ |
