aboutsummaryrefslogtreecommitdiff
path: root/emulators/mtools
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>2000-11-26 04:13:14 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>2000-11-26 04:13:14 +0000
commit2b2e3e3cd8feb0716e8919dab5b175265a6ca4de (patch)
treefa1340c25437144ae7a127d10060a5ae3f18e176 /emulators/mtools
parente10d06c2d5c9598861543820b4e1f65d4fbb1b33 (diff)
downloadports-2b2e3e3cd8feb0716e8919dab5b175265a6ca4de.tar.gz
ports-2b2e3e3cd8feb0716e8919dab5b175265a6ca4de.zip
Notes
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 9ac4125cac89..f0d5c916de4a 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mtools
PORTVERSION= 3.9.7
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.tux.org/pub/knaff/mtools/ \
http://mtools.linux.lu/
@@ -26,7 +26,7 @@ MAN1= mattrib.1 mbadblocks.1 mcat.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 \
MAN5= mtools.5
post-patch:
- @cd ${WRKSRC}; for f in config.c mtools.5 mtools.texi; do \
+ @cd ${WRKSRC}; for f in config.c mformat.c mtools.5 mtools.texi; do \
${MV} $$f $$f.orig; \
${SED} -e s:/etc/mtools.conf:${PREFIX}/etc/mtools.conf: \
< $$f.orig > $$f; done