1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/www/elinks/files/patch-src_intl_gettext_Makefile
Renato Botelho 5a3576967b - Update to 0.11.1
- OPTIONSify

PR:		ports/92718
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@bellsouth.net>
Approved by:	maintainer uptime (14 days)
2006-02-16 18:44:17 +00:00

26 lines
839 B
Plaintext

--- src/intl/gettext/Makefile.orig Thu Feb 16 07:41:10 2006
+++ src/intl/gettext/Makefile Thu Feb 16 07:48:45 2006
@@ -47,14 +47,12 @@
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; \
@@ -65,7 +63,6 @@
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 \
: ; \