diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-02-08 19:15:16 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-02-08 19:15:16 +0000 |
commit | 02fe0e57819d1d81395e1db21c8a06ea226447a1 (patch) | |
tree | b245c58428178390e24776b819b60a6bf7d29627 /filesystems/mtools/files/patch-Makefile.in | |
parent | games/vcmi: update the port to version 1.6.5 (diff) |
filesystems/mtools: the port had been updated to version 4.0.47
While here, simplify one regular expression in the `post-patch'
target recipe, garbage-collect a patch, and sort the pkg-plist.
Diffstat (limited to 'filesystems/mtools/files/patch-Makefile.in')
-rw-r--r-- | filesystems/mtools/files/patch-Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/filesystems/mtools/files/patch-Makefile.in b/filesystems/mtools/files/patch-Makefile.in index 1c9d84b0e764..56b372653f16 100644 --- a/filesystems/mtools/files/patch-Makefile.in +++ b/filesystems/mtools/files/patch-Makefile.in @@ -1,4 +1,4 @@ ---- Makefile.in.orig 2022-10-09 09:55:19 UTC +--- Makefile.in.orig 2024-11-30 22:13:06 UTC +++ Makefile.in @@ -72,11 +72,14 @@ INSTALL_INFO = @INSTALL_INFO@ .SUFFIXES: .o .c @@ -6,7 +6,7 @@ -MAN1 = floppyd.1 floppyd_installtest.1 mattrib.1 mbadblocks.1 mcat.1 \ +MAN1 = mattrib.1 mbadblocks.1 mcat.1 \ - mcd.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 mdu.1 mformat.1 \ + mcd.1 mcopy.1 mdel.1 mdeltree.1 mdir.1 mdoctorfat.1 mdu.1 mformat.1 \ minfo.1 mkmanifest.1 mlabel.1 mmd.1 mmount.1 mmove.1 mpartition.1 \ mrd.1 mren.1 mshortname.1 mshowfat.1 mtoolstest.1 mtools.1 mtype.1 \ mzip.1 @@ -23,7 +23,7 @@ -SCRIPTS = mcheck mxtar uz tgz mcomp amuFormat.sh +SCRIPTS = mcheck mxtar mcomp amuFormat.sh - LINKS=mattrib mcat mcd mcopy mdel mdeltree mdir mdu \ + LINKS=mattrib mcat mcd mcopy mdel mdeltree mdir mdoctorfat mdu \ mformat minfo mlabel mmd mmount mmove mpartition mrd mren mtype \ @@ -264,11 +267,9 @@ install-links: $(DESTDIR)$(bindir)/mtools install-scripts: $(DESTDIR)$(bindir)/mtools |