summaryrefslogtreecommitdiff
path: root/misc/mc/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mc/patches/patch-af')
-rw-r--r--misc/mc/patches/patch-af32
1 files changed, 11 insertions, 21 deletions
diff --git a/misc/mc/patches/patch-af b/misc/mc/patches/patch-af
index ae2bb21807e..8cda9a31311 100644
--- a/misc/mc/patches/patch-af
+++ b/misc/mc/patches/patch-af
@@ -1,21 +1,11 @@
-$NetBSD: patch-af,v 1.2 1998/08/07 11:10:27 agc Exp $
-
-*** 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 Mon May 25 06:16:04 1998
++++ Makefile.in Sun Oct 4 09:11:43 1998
+@@ -43,7 +43,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)"