summaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2003-12-05 15:56:09 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2003-12-05 15:56:09 +0000
commit6058fb216f30292b7ad7a8e24bf033c690bf3f80 (patch)
treed9919118326b805e60d9f9ac47f2a34a2e88023a /emulators/mtools
parentadd typetools 1.80 (diff)
Make mwrite a relative link to mtools.
PR: ports/36545
Notes
Notes: svn path=/head/; revision=95141
Diffstat (limited to 'emulators/mtools')
-rw-r--r--emulators/mtools/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 1bc1cfeb1c77..63616b0a6f6a 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mtools
PORTVERSION= 3.9.8
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
http://mtools.linux.lu/
@@ -52,7 +52,7 @@ 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
+ @cd ${PREFIX}/bin && ${LN} -sf mtools mwrite
@${LN} -sf ${PREFIX}/man/man1/mcopy.1.gz ${PREFIX}/man/man1/mwrite.1.gz
@${INSTALL_DATA} ${WRKSRC}/mtools.conf ${PREFIX}/etc/mtools.conf.sample
@${ECHO} "Please verify ${PREFIX}/etc/mtools.conf for your machine."