mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
5a3576967b
- OPTIONSify PR: ports/92718 Submitted by: Jeffrey H. Johnson <CPE1704TKS@bellsouth.net> Approved by: maintainer uptime (14 days)
26 lines
839 B
Plaintext
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 \
|
|
: ; \
|