Add mtools-3.9.1-2906.diff.gz patchfile.

This commit is contained in:
Vanilla I. Shu 1998-07-02 11:10:02 +00:00
parent 72c321b422
commit 5463954c43
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=11671
3 changed files with 18 additions and 5 deletions

View File

@ -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

View File

@ -1 +1,2 @@
MD5 (mtools-3.9.1.tar.gz) = 2604651c49fb42c612ac4679054b2317
MD5 (mtools-3.9.1-2906.diff.gz) = add6ca0134d12ae6d40b29ef4203ee8b

View File

@ -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 \