diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-13 21:02:23 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 1997-08-13 21:02:23 +0000 |
commit | 66a7d52f7415469e3c46a0cce519583a869462b3 (patch) | |
tree | f06146bb368bf7e4f8579d6e1fcd71f1cc541abe /emulators/mtools/files/patch-a | |
parent | re-arranged prerequisites: (diff) |
Version update: 3.6 -> 3.8.
Use better (up to date) MASTER_SITES
PR: ports/4294
Submitted by: Ian Vaudrey <i.vaudrey@cableinet.co.uk>
Notes
Notes:
svn path=/head/; revision=7577
Diffstat (limited to 'emulators/mtools/files/patch-a')
-rw-r--r-- | emulators/mtools/files/patch-a | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/mtools/files/patch-a b/emulators/mtools/files/patch-a index 710db0cac0b7..9482e23199f5 100644 --- a/emulators/mtools/files/patch-a +++ b/emulators/mtools/files/patch-a @@ -1,7 +1,7 @@ *** Makefile.in.orig Thu Feb 20 18:54:20 1997 --- Makefile.in Thu Apr 3 04:16:37 1997 *************** -*** 96,102 **** +*** 98,104 **** streamcache.c subdir.c toupper.c tty.o vfat.c xdf_io.c mkmanifest.c @@ -9,7 +9,7 @@ LINKS=mattrib mcd mcopy mdel mdeltree mdir mformat minfo mlabel \ mmd mmount mmove mpartition mrd mread mren mtype mwrite mtoolstest \ ---- 96,102 ---- +--- 98,104 ---- streamcache.c subdir.c toupper.c tty.o vfat.c xdf_io.c mkmanifest.c @@ -18,7 +18,7 @@ LINKS=mattrib mcd mcopy mdel mdeltree mdir mformat minfo mlabel \ mmd mmount mmove mpartition mrd mread mren mtype mwrite mtoolstest \ *************** -*** 187,193 **** +*** 195,201 **** install-scripts: $(bindir)/mtools @$(top_srcdir)/mkinstalldirs $(bindir) @for j in $(SCRIPTS) ; do \ @@ -26,7 +26,7 @@ echo $(bindir)/$$j ; \ done rm -f $(bindir)/lz ---- 187,193 ---- +--- 195,201 ---- install-scripts: $(bindir)/mtools @$(top_srcdir)/mkinstalldirs $(bindir) @for j in $(SCRIPTS) ; do \ |