openbsd-ports/lang/clisp/patches/patch-libiconv-libcharset-Makefile_in
shell 444d10b721 Upgrade to 2.27
- Remove not-used patches
- Add patch for libiconv
- fixes non-root users to 'make configure' problem
2001-07-18 13:56:29 +00:00

17 lines
501 B
Plaintext

--- libiconv/libcharset/Makefile.in.orig Wed Jul 18 20:14:51 2001
+++ libiconv/libcharset/Makefile.in Wed Jul 18 20:15:12 2001
@@ -20,8 +20,11 @@
@SET_MAKE@
# 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. ####