diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-21 19:58:07 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-09-21 19:58:07 +0000 |
commit | b9fab04d7ef561f206bd510d7a44eb226a1e4fe7 (patch) | |
tree | 3a01a9691cefa71781191540463f709afe6d0691 /misc/mc/files/patch-af | |
parent | Upgrade to version 2.3. Bugfixes mostly. (diff) |
Upgrade 4.0 -> 4.1.
PR: 4598
Submitted by: vanilla@MinJe.com.TW
Notes
Notes:
svn path=/head/; revision=7979
Diffstat (limited to 'misc/mc/files/patch-af')
-rw-r--r-- | misc/mc/files/patch-af | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/misc/mc/files/patch-af b/misc/mc/files/patch-af index 7c077d4fa3bd..61246149b5cb 100644 --- a/misc/mc/files/patch-af +++ b/misc/mc/files/patch-af @@ -1,19 +1,11 @@ -*** Makefile.in.orig Tue Jun 24 01:26:06 1997 ---- Makefile.in Tue Jun 24 01:26:22 1997 -*************** config.h.in: configure.in acconfig.h -*** 38,44 **** - install: installdirs @vcs@ - @for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done - $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ -! $(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install - chmod +x $(DESTDIR)$(suppbindir)/mcfn_install - @echo "Please verify that the configuration values are correctly" - @echo "set in the mc.ext file in $(libdir)" ---- 38,44 ---- - install: installdirs @vcs@ - @for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done - $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ -! $(INSTALL_DATA) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install - chmod +x $(DESTDIR)$(suppbindir)/mcfn_install - @echo "Please verify that the configuration values are correctly" - @echo "set in the mc.ext file in $(libdir)" +--- Makefile.in.orig Sun Sep 21 23:32:12 1997 ++++ Makefile.in Sun Sep 21 23:32:22 1997 +@@ -39,7 +39,7 @@ + install: installdirs @vcs@ + @for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done + $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ +- $(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install ++ $(INSTALL_DATA) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install + chmod +x $(DESTDIR)$(suppbindir)/mcfn_install + @echo "Please verify that the configuration values are correctly" + @echo "set in the mc.ext file in $(libdir)" |