head	1.1;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1;
locks; strict;
comment	@# @;


1.1
date	2006.02.16.18.44.17;	author garga;	state Exp;
branches;
next	;


desc
@@


1.1
log
@- Update to 0.11.1
- OPTIONSify

PR:		ports/92718
Submitted by:	Jeffrey H. Johnson <CPE1704TKS@@bellsouth.net>
Approved by:	maintainer uptime (14 days)
@
text
@--- 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 \
 	  : ; \
@
