summaryrefslogtreecommitdiff
path: root/misc/mc/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'misc/mc/files/patch-af')
-rw-r--r--misc/mc/files/patch-af34
1 files changed, 21 insertions, 13 deletions
diff --git a/misc/mc/files/patch-af b/misc/mc/files/patch-af
index f1deb1145228..f4770ab8eec5 100644
--- a/misc/mc/files/patch-af
+++ b/misc/mc/files/patch-af
@@ -1,31 +1,40 @@
---- Makefile.in.orig Sat Feb 27 02:25:11 1999
-+++ Makefile.in Sat Feb 27 21:02:30 1999
+--- Makefile.in.orig Tue Mar 30 08:34:33 1999
++++ Makefile.in Wed Apr 7 23:48:54 1999
@@ -5,7 +5,7 @@
@MCFGR@@MCF@
foreigndirs=pc
--codedirs=vfs lib doc slang gtkedit edit src gnome new_icons icons idl
-+codedirs=vfs lib doc slang edit src
+-codedirs=vfs lib doc slang gtkedit edit src gnome new_icons icons idl syntax
++codedirs=vfs lib doc slang edit src syntax
unixdirs=intl $(codedirs) @POSUB@
alldirs=$(unixdirs) $(foreigndirs)
subdirs=$(alldirs)
-@@ -46,7 +46,7 @@
+@@ -13,6 +13,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 \
+@@ -46,7 +47,7 @@
install: installdirs
@for I in $(unixdirs); do cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@ || exit 1; cd ..; done
- $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ
+ $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(mclibdir)/FAQ
- $(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
-+ $(INSTALL_DATA) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install
++ $(INSTALL_SCRIPT) 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)"
-@@ -58,9 +58,8 @@
+ @echo "set in the mc.ext file in $(mclibdir)"
+@@ -58,9 +59,9 @@
installdirs:
- $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(libdir)
+ $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mclibdir)
$(MKINSTALLDIRS) $(DESTDIR)$(mandir) $(DESTDIR)$(man8dir)
- $(MKINSTALLDIRS) $(DESTDIR)$(icondir) $(DESTDIR)$(suppbindir)
+ $(MKINSTALLDIRS) $(DESTDIR)$(suppbindir)
$(MKINSTALLDIRS) $(DESTDIR)$(tidir) $(DESTDIR)$(extfsdir)
-- $(MKINSTALLDIRS) $(DESTDIR)$(idldir)
+- $(MKINSTALLDIRS) $(DESTDIR)$(idldir) $(DESTDIR)$(syntaxdir)
++ $(MKINSTALLDIRS) $(DESTDIR)$(syntaxdir)
mcfninstall:
-/bin/sh ./mcfn_install
@@ -53,13 +62,12 @@
--- lib/Makefile.in.orig Wed Jan 27 01:10:33 1999
+++ lib/Makefile.in Wed Jan 27 01:10:59 1999
-@@ -13,7 +13,8 @@
+@@ -13,7 +13,7 @@
#
LIBFILES_IN = mc.ext.in mc-gnome.ext.in
-LIBFILES_OUT = mc.ext mc-gnome.ext
+LIBFILES_OUT = mc.ext
-+#LIBFILES_OUT = mc.ext mc-gnome.ext
LIBFILES_CONST = mc.hint mc.lib mc.menu
TIFILES = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap
DISTLIB = $(LIBFILES_IN) $(LIBFILES_CONST) $(TIFILES) \