diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | af5f314286ac9e406765f8c4bdc4a1cad6826c8e (patch) | |
tree | 656442e4eb4e7a3efb0e0b1776eb4220f3f5ba72 /emulators/mtools | |
parent | 17314cf2c355c83b78c65fb1fa52027a3db2ca2a (diff) | |
download | ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.tar.gz ports-af5f314286ac9e406765f8c4bdc4a1cad6826c8e.zip |
Notes
Diffstat (limited to 'emulators/mtools')
-rw-r--r-- | emulators/mtools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |