diff options
Diffstat (limited to 'x11-fm/gnomemc/files/patch-af')
-rw-r--r-- | x11-fm/gnomemc/files/patch-af | 52 |
1 files changed, 25 insertions, 27 deletions
diff --git a/x11-fm/gnomemc/files/patch-af b/x11-fm/gnomemc/files/patch-af index 0399494..4391c08 100644 --- a/x11-fm/gnomemc/files/patch-af +++ b/x11-fm/gnomemc/files/patch-af @@ -1,54 +1,52 @@ ---- Makefile.in.orig Tue Feb 16 01:29:07 1999 -+++ Makefile.in Fri Feb 19 01:45:58 1999 +--- Makefile.in.orig Sat Apr 10 21:38:29 1999 ++++ Makefile.in Thu May 6 08:59:05 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 gtkedit gnome new_icons icons idl +-codedirs=vfs lib doc slang gtkedit edit src gnome new_icons icons idl syntax ++codedirs=vfs lib gtkedit gnome new_icons icons idl syntax unixdirs=intl $(codedirs) @POSUB@ alldirs=$(unixdirs) $(foreigndirs) subdirs=$(alldirs) @@ -46,8 +46,6 @@ 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 - chmod +x $(DESTDIR)$(suppbindir)/mcfn_install @echo "Please verify that the configuration values are correctly" - @echo "set in the mc.ext file in $(libdir)" + @echo "set in the mc.ext file in $(mclibdir)" -@@ -58,12 +56,9 @@ +@@ -58,9 +56,8 @@ installdirs: - $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) + $(MKINSTALLDIRS) $(DESTDIR)$(bindir) $(DESTDIR)$(mclibdir) $(MKINSTALLDIRS) $(DESTDIR)$(mandir) $(DESTDIR)$(man8dir) - $(MKINSTALLDIRS) $(DESTDIR)$(icondir) $(DESTDIR)$(suppbindir) - $(MKINSTALLDIRS) $(DESTDIR)$(tidir) $(DESTDIR)$(extfsdir) -+ $(MKINSTALLDIRS) $(DESTDIR)$(icondir) -+ $(MKINSTALLDIRS) $(DESTDIR)$(extfsdir) - $(MKINSTALLDIRS) $(DESTDIR)$(idldir) -- --mcfninstall: -- -/bin/sh ./mcfn_install + $(MKINSTALLDIRS) $(DESTDIR)$(idldir) $(DESTDIR)$(syntaxdir) ++ $(MKINSTALLDIRS) $(DESTDIR)$(icondir) $(DESTDIR)$(extfsdir) - uninstall: - @for I in $(unixdirs); do cd $$I; $(MAKE) $@ || exit 1; cd ..; done ---- lib/Makefile.in.orig Mon Mar 1 03:38:13 1999 -+++ lib/Makefile.in Mon Mar 1 14:43:56 1999 -@@ -15,7 +15,6 @@ - LIBFILES_IN = mc.ext.in mc-gnome.ext.in + mcfninstall: + -/bin/sh ./mcfn_install + + +--- lib/Makefile.in.orig Sat Apr 10 21:38:30 1999 ++++ lib/Makefile.in Thu May 6 08:56:26 1999 +@@ -16,7 +16,6 @@ LIBFILES_OUT = mc.ext mc-gnome.ext LIBFILES_CONST = mc.hint mc.lib mc.menu + DESKTOP_FILES = startup.links README.desktop -TIFILES = README.xterm linux.ti xterm.ad xterm.ti ansi.ti vt100.ti xterm.tcap - DISTLIB = $(LIBFILES_IN) $(LIBFILES_CONST) $(TIFILES) \ - Makefile.in tdiff xnc.hlp ncurses.h mc.sh mc.csh mcserv.init \ - mcserv.pamd tkmc.wmconfig mc.ext.in.qnx.diff mc.global -@@ -45,8 +44,6 @@ - do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(libdir)/$$I; done + + DISTLIB = \ + $(LIBFILES_IN) \ +@@ -57,8 +56,6 @@ + do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(mclibdir)/$$I; done for I in $(LIBFILES_OUT); \ - do $(INSTALL_DATA) $(builddir)/lib/$$I $(DESTDIR)$(libdir)/$$I; done + do $(INSTALL_DATA) $(builddir)/lib/$$I $(DESTDIR)$(mclibdir)/$$I; done - for I in $(TIFILES); \ - do $(INSTALL_DATA) $(srcdir)/$$I $(DESTDIR)$(tidir)/$$I; done $(MKINSTALLDIRS) $(DESTDIR)$(confdir) $(INSTALL_DATA) $(srcdir)/mc.global $(DESTDIR)$(confdir) - + $(MKINSTALLDIRS) $(DESTDIR)$(desktopdir) |