openbsd-ports/lang/clisp/patches/patch-libiconv-libcharset-lib-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
512 B
Plaintext

--- libiconv/libcharset/lib/Makefile.in.orig Wed Jul 18 20:22:02 2001
+++ libiconv/libcharset/lib/Makefile.in Wed Jul 18 20:22:43 2001
@@ -25,8 +25,11 @@
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. ####