From af5f314286ac9e406765f8c4bdc4a1cad6826c8e Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sat, 28 Aug 1999 01:58:05 +0000 Subject: ln -> ${LN} --- emulators/mtools/Makefile | 4 ++-- emulators/spim/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'emulators') diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile index 27291a0d3f32..43d40ce4a7e2 100644 --- a/emulators/mtools/Makefile +++ b/emulators/mtools/Makefile @@ -35,8 +35,8 @@ post-patch: post-install: @# mwrite has been removed by author, but we'll keep it just a bit longer - @ln -sf ${PREFIX}/bin/mtools ${PREFIX}/bin/mwrite - @ln -sf ${PREFIX}/man/man1/mcopy.1.gz ${PREFIX}/man/man1/mwrite.1.gz + @${LN} -sf ${PREFIX}/bin/mtools ${PREFIX}/bin/mwrite + @${LN} -sf ${PREFIX}/man/man1/mcopy.1.gz ${PREFIX}/man/man1/mwrite.1.gz @${INSTALL_DATA} ${WRKSRC}/mtools.conf ${PREFIX}/etc @${ECHO} "Please verify ${PREFIX}/etc/mtools.conf for your machine." @install-info ${PREFIX}/info/mtools.info ${PREFIX}/info/dir diff --git a/emulators/spim/Makefile b/emulators/spim/Makefile index 16640a0ee422..93ae2bf474da 100644 --- a/emulators/spim/Makefile +++ b/emulators/spim/Makefile @@ -31,9 +31,9 @@ pre-install: post-install: [ -e ${PREFIX}/bin/cl-spim ] && \ - /bin/ln -f ${PREFIX}/bin/cl-spim ${PREFIX}/bin/spim + ${LN} -f ${PREFIX}/bin/cl-spim ${PREFIX}/bin/spim [ -e ${PREFIX}/bin/cl-xspim ] && \ - /bin/ln -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim + ${LN} -f ${PREFIX}/bin/cl-xspim ${PREFIX}/bin/xspim .if !defined(NOPORTDOCS) @${ECHO} "Installing spim/xspim documentation" @${MKDIR} ${PREFIX}/share/doc/spim \ -- cgit v1.2.3