diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 13:20:12 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-09-03 13:20:12 +0000 |
commit | eed447af445d5b96e8701ffb2e9b355f6552e74e (patch) | |
tree | aa9aebf5cbeb6341e8c8023709edc5336ecee296 /misc/mc-light/files/patch-Makefile.in | |
parent | Add more CONFLICTS. (diff) |
Respect hier(7)
Diffstat (limited to 'misc/mc-light/files/patch-Makefile.in')
-rw-r--r-- | misc/mc-light/files/patch-Makefile.in | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/misc/mc-light/files/patch-Makefile.in b/misc/mc-light/files/patch-Makefile.in index d51283fff9d3..7677a50bda09 100644 --- a/misc/mc-light/files/patch-Makefile.in +++ b/misc/mc-light/files/patch-Makefile.in @@ -1,19 +1,24 @@ $FreeBSD$ ---- Makefile.in.orig Tue Aug 31 16:11:30 2004 -+++ Makefile.in Tue Aug 31 16:13:20 2004 -@@ -43,7 +43,7 @@ +--- Makefile.in.orig Sun Jun 1 21:51:10 2003 ++++ Makefile.in Fri Sep 3 14:27:33 2004 +@@ -42,20 +42,20 @@ + 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) $(srcdir)/FAQ $(DESTDIR)$(libdir)/FAQ - $(INSTALL_PROGRAM) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install ++ $(INSTALL_DATA) $(srcdir)/FAQ $(DESTDIR)$(datadir)/FAQ + $(INSTALL_DATA) mcfn_install $(DESTDIR)$(suppbindir)/mcfn_install chmod +x $(DESTDIR)$(suppbindir)/mcfn_install - @cp -r PowerPack/syntax $(DESTDIR)$(libdir)/ - @cp -r PowerPack/codepages $(DESTDIR)$(libdir)/ -@@ -51,7 +51,7 @@ - @echo "set in the mc.ext file in $(libdir)" +- @cp -r PowerPack/syntax $(DESTDIR)$(libdir)/ +- @cp -r PowerPack/codepages $(DESTDIR)$(libdir)/ ++ @cp -r PowerPack/syntax $(DESTDIR)$(datadir)/ ++ @cp -r PowerPack/codepages $(DESTDIR)$(datadir)/ + @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 $(datadir)" install.create_vcs: - $(INSTALL_PROGRAM) $(srcdir)/create_vcs $(DESTDIR)$(suppbindir)/create_vcs @@ -21,3 +26,8 @@ $FreeBSD$ if test x$(DESTDIR) = x; then $(SHELL) $(srcdir)/create_vcs; fi installdirs: +- $(mcsrcdir)/xmkdir $(DESTDIR)$(bindir) $(DESTDIR)$(libdir) ++ $(mcsrcdir)/xmkdir $(DESTDIR)$(bindir) $(DESTDIR)$(datadir) + $(mcsrcdir)/xmkdir $(DESTDIR)$(mandir) $(DESTDIR)$(man8dir) + $(mcsrcdir)/xmkdir $(DESTDIR)$(suppbindir) + $(mcsrcdir)/xmkdir $(DESTDIR)$(tidir) $(DESTDIR)$(extfsdir) |