summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-07-02 11:10:02 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-07-02 11:10:02 +0000
commit5463954c43dde125e6fa6e3b7e11d28e55a43c17 (patch)
treeb54db318551d539bbc58911d84c249fccf755729 /emulators
parentEnabling anonymous ftp in proftpd can be confusing with the average setup (diff)
Add mtools-3.9.1-2906.diff.gz patchfile.
Notes
Notes: svn path=/head/; revision=11671
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mtools/Makefile5
-rw-r--r--emulators/mtools/distinfo1
-rw-r--r--emulators/mtools/files/patch-a17
3 files changed, 18 insertions, 5 deletions
diff --git a/emulators/mtools/Makefile b/emulators/mtools/Makefile
index 8a9a76280411..accd7b450ecc 100644
--- a/emulators/mtools/Makefile
+++ b/emulators/mtools/Makefile
@@ -3,13 +3,16 @@
# Date created: 5 October 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.21 1998/05/07 09:52:34 obrien Exp $
+# $Id: Makefile,v 1.22 1998/05/22 06:26:27 mph Exp $
#
DISTNAME= mtools-3.9.1
CATEGORIES= emulators
MASTER_SITES= ftp://linux.wauug.org/pub/knaff/mtools/
+PATCHFILES= mtools-3.9.1-2906.diff.gz
+PATCH_DIST_STRIP= -p1
+
MAINTAINER= jmz@FreeBSD.org
HAS_CONFIGURE= yes
diff --git a/emulators/mtools/distinfo b/emulators/mtools/distinfo
index 2dd00a3771cb..729db51bb934 100644
--- a/emulators/mtools/distinfo
+++ b/emulators/mtools/distinfo
@@ -1 +1,2 @@
MD5 (mtools-3.9.1.tar.gz) = 2604651c49fb42c612ac4679054b2317
+MD5 (mtools-3.9.1-2906.diff.gz) = add6ca0134d12ae6d40b29ef4203ee8b
diff --git a/emulators/mtools/files/patch-a b/emulators/mtools/files/patch-a
index a6ee9294aa94..622460d9b86e 100644
--- a/emulators/mtools/files/patch-a
+++ b/emulators/mtools/files/patch-a
@@ -1,6 +1,15 @@
---- Makefile.in.orig Thu May 7 02:49:14 1998
-+++ Makefile.in Thu May 7 02:49:48 1998
-@@ -102,7 +102,7 @@
+--- Makefile.in.orig Wed Jul 1 17:35:25 1998
++++ Makefile.in Wed Jul 1 17:41:26 1998
+@@ -55,7 +55,7 @@
+ .SUFFIXES: .o .c
+ .SUFFIXES: .o .c .cpp
+
+-MAN1 = floppyd.1 mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 \
++MAN1 = mattrib.1 mbadblocks.1 mcd.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 \
+ mdu.1 mformat.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 mpartition.1 \
+ mrd.1 mread.1 mren.1 mshowfat.1 mtoolstest.1 mtools.1 mtype.1 mzip.1
+ MAN1EXT = 1
+@@ -108,7 +108,7 @@
xdf_io.c mkmanifest.c
@@ -9,7 +18,7 @@
LINKS=mattrib mcd mcopy mdel mdeltree mdir mdu mformat minfo mlabel \
mmd mmount mmove mpartition mrd mread mren mtype mtoolstest mshowfat \
-@@ -200,11 +200,11 @@
+@@ -218,11 +218,11 @@
install-scripts: $(bindir)/mtools
@$(top_srcdir)/mkinstalldirs $(bindir)
@for j in $(SCRIPTS) ; do \