summaryrefslogtreecommitdiff
path: root/sysutils/mc/patches/patch-af
blob: 0b5e497f00a05a501cf48d80b2fe275e96c206a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-af,v 1.5 1999/03/14 20:59:42 tron Exp $

--- Makefile.in.orig	Mon May 25 06:16:04 1998
+++ Makefile.in	Sun Oct  4 09:11:43 1998
@@ -43,7 +43,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)"