$OpenBSD: patch-libiconv-libcharset-lib-Makefile_in,v 1.2 2002/06/18 16:11:30 naddy Exp $
--- libiconv/libcharset/lib/Makefile.in.orig	Thu Jun 28 09:35:51 2001
+++ libiconv/libcharset/lib/Makefile.in	Tue Jun 18 18:07:43 2002
@@ -25,8 +25,11 @@ LIBTOOL_UNINSTALL = $(LIBTOOL) --mode=un
 RM = rm -f
 
 # Programs used by "make install":
-INSTALL = @INSTALL@
-INSTALL_DATA = @INSTALL_DATA@
+#INSTALL = @INSTALL@
+#INSTALL_DATA = @INSTALL_DATA@
+INSTALL=install -c
+INSTALL_PROGRAM=install -c -s -m 555
+INSTALL_DATA=install -c -m 644
 MKINSTALLDIRS = $(SHELL) $(srcdir)/../autoconf/mkinstalldirs
 
 #### End of system configuration section. ####
