openbsd-ports/converters/libiconv/patches/patch-libcharset_Makefile_in
2003-12-24 00:08:02 +00:00

15 lines
796 B
Plaintext

$OpenBSD: patch-libcharset_Makefile_in,v 1.4 2003/12/24 00:08:02 brad Exp $
--- libcharset/Makefile.in.orig 2003-04-23 07:29:22.000000000 -0400
+++ libcharset/Makefile.in 2003-12-21 13:36:54.000000000 -0500
@@ -45,8 +45,8 @@ include/localcharset.h :
install-lib : all force
cd lib && $(MAKE) install-lib libdir='$(libdir)' includedir='$(includedir)'
$(mkinstalldirs) $(includedir)
- $(INSTALL_DATA) include/libcharset.h $(includedir)/libcharset.h
- $(INSTALL_DATA) include/localcharset.h $(includedir)/localcharset.h
+ $(CP) include/libcharset.h $(includedir)/libcharset.h
+ $(CP) include/localcharset.h $(includedir)/localcharset.h
install : include/libcharset.h include/localcharset.h force
cd lib && $(MAKE) install prefix='$(prefix)' exec_prefix='$(exec_prefix)' libdir='$(libdir)'