summaryrefslogtreecommitdiff
path: root/sysutils/mc/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/mc/patches/patch-af')
-rw-r--r--sysutils/mc/patches/patch-af20
1 files changed, 14 insertions, 6 deletions
diff --git a/sysutils/mc/patches/patch-af b/sysutils/mc/patches/patch-af
index 60ce1849d18..464a475b7db 100644
--- a/sysutils/mc/patches/patch-af
+++ b/sysutils/mc/patches/patch-af
@@ -1,8 +1,8 @@
-$NetBSD: patch-af,v 1.9 1999/09/03 19:44:36 tron Exp $
+$NetBSD: patch-af,v 1.10 1999/10/23 11:52:07 tron Exp $
---- Makefile.in.orig Thu Sep 2 18:49:35 1999
-+++ Makefile.in Fri Sep 3 18:48:19 1999
-@@ -5,7 +5,7 @@
+--- Makefile.in.orig Wed Sep 29 22:39:33 1999
++++ Makefile.in Sat Oct 23 13:25:35 1999
+@@ -5,14 +5,15 @@
@MCFGR@@MCF@
foreigndirs=pc
@@ -12,7 +12,15 @@ $NetBSD: patch-af,v 1.9 1999/09/03 19:44:36 tron Exp $
+unixdirs=intl $(codedirs) @POSUB@
alldirs=$(unixdirs) $(foreigndirs)
subdirs=$(alldirs)
-@@ -45,7 +45,7 @@
+
+ INSTALL = @INSTALL@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
++INSTALL_SCRIPT = @INSTALL_SCRIPT@
+
+ DISTMAIN = configure configure.in NEWS README INSTALL INSTALL.FAST \
+ Makefile.in FAQ COPYING create_vcs install-sh \
+@@ -45,7 +46,7 @@
install: installdirs
@for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
$(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(mclibdir)/FAQ
@@ -21,7 +29,7 @@ $NetBSD: patch-af,v 1.9 1999/09/03 19:44:36 tron Exp $
chmod +x $(DESTDIR)$(suppbindir)/mcfn_install
@echo "Please verify that the configuration values are correctly"
@echo "set in the mc.ext file in $(mclibdir)"
-@@ -57,9 +57,8 @@
+@@ -57,9 +58,8 @@
installdirs:
$(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mclibdir)
$(MKINSTALLDIRS) $(DESTDIR)$(mandir) $(DESTDIR)$(man8dir)