ports-local/www/elinks/files/patch-src_intl_gettext_Makefile
2024-03-25 16:37:59 -04:00

26 lines
903 B
Plaintext

--- src/intl/gettext/Makefile.orig 2021-12-24 19:53:43 UTC
+++ src/intl/gettext/Makefile
@@ -49,14 +49,12 @@ install-local: $(builddir)/charset.alias all
if test -f $(DESTDIR)$(libdir)/charset.alias; then \
orig=$(DESTDIR)$(libdir)/charset.alias; \
sed -f ref-add.sed $$orig > $$temp; \
- $(INSTALL_DATA) $$temp $$dest; \
rm -f $$temp; \
else \
if test $(GLIBC21) = no; then \
$(MKINSTALLDIRS) $(DESTDIR)$(libdir); \
orig=charset.alias; \
sed -f ref-add.sed $$orig > $$temp; \
- $(INSTALL_DATA) $$temp $$dest; \
rm -f $$temp; \
fi; \
fi; \
@@ -67,7 +65,6 @@ install-local: $(builddir)/charset.alias all
temp=$(DESTDIR)$(localedir)/t-locale.alias; \
dest=$(DESTDIR)$(localedir)/locale.alias; \
sed -f ref-add.sed $$orig > $$temp; \
- $(INSTALL_DATA) $$temp $$dest; \
rm -f $$temp; \
else \
: ; \