mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
b9fab04d7e
PR: 4598 Submitted by: vanilla@MinJe.com.TW
12 lines
579 B
Plaintext
12 lines
579 B
Plaintext
--- Makefile.in.orig Sun Sep 21 23:32:12 1997
|
|
+++ Makefile.in Sun Sep 21 23:32:22 1997
|
|
@@ -39,7 +39,7 @@
|
|
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
|
|
+ $(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)"
|