diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-25 07:11:50 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-06-25 07:11:50 +0000 |
commit | 215a67992039e4158ac584966bcc45c8f8903a11 (patch) | |
tree | cf92b4372971998a79004ad9532a1c91c78de324 /misc/mc/files/patch-af | |
parent | Add some patches needed to build on -current. (diff) |
Minor cleanup, and a patch I forgot to `cvs add' last time.
Submitted by: "Vanill I. Shu" <vanilla@MinJe.com.TW>
Notes
Notes:
svn path=/head/; revision=7071
Diffstat (limited to 'misc/mc/files/patch-af')
-rw-r--r-- | misc/mc/files/patch-af | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/mc/files/patch-af b/misc/mc/files/patch-af new file mode 100644 index 000000000000..7c077d4fa3bd --- /dev/null +++ b/misc/mc/files/patch-af @@ -0,0 +1,19 @@ +*** 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)" |