summaryrefslogtreecommitdiff
path: root/devel/gettext-devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gettext-devel')
-rw-r--r--devel/gettext-devel/Makefile65
-rw-r--r--devel/gettext-devel/distinfo1
-rw-r--r--devel/gettext-devel/files/patch-Makefile.in14
-rw-r--r--devel/gettext-devel/files/patch-ad16
-rw-r--r--devel/gettext-devel/files/patch-ae67
-rw-r--r--devel/gettext-devel/files/patch-ak11
-rw-r--r--devel/gettext-devel/files/patch-doc::Makefile.in23
-rw-r--r--devel/gettext-devel/files/patch-intl::Makefile.in44
-rw-r--r--devel/gettext-devel/files/patch-lib::Makefile.in38
-rw-r--r--devel/gettext-devel/files/patch-ltmain.sh28
-rw-r--r--devel/gettext-devel/files/patch-man::Makefile.in14
-rw-r--r--devel/gettext-devel/pkg-comment1
-rw-r--r--devel/gettext-devel/pkg-descr5
-rw-r--r--devel/gettext-devel/pkg-plist122
14 files changed, 0 insertions, 449 deletions
diff --git a/devel/gettext-devel/Makefile b/devel/gettext-devel/Makefile
deleted file mode 100644
index 56e1cbec1c33..000000000000
--- a/devel/gettext-devel/Makefile
+++ /dev/null
@@ -1,65 +0,0 @@
-# New ports collection makefile for: gettext
-# Date created: 16 March 1998
-# Whom: Yukihiro Nakai <Nakai@technologist.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gettext
-PORTVERSION= 0.10.40
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR= gettext
-
-MAINTAINER= sobomax@FreeBSD.org
-
-LIB_DEPENDS= giconv.2:${PORTSDIR}/converters/libiconv
-
-NO_LATEST_LINK= yes
-
-USE_BISON= yes
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-PLIST_SUB= LOCALBASE=${LOCALBASE} X11BASE=${X11BASE}
-
-MAN3= bind_textdomain_codeset.3 bindtextdomain.3 dcgettext.3 \
- dcngettext.3 dgettext.3 dngettext.3 gettext.3 ngettext.3 \
- textdomain.3
-
-# X X X - I know, but it doesn't work with BSD iconv yet. :(((
-post-patch:
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${PERL} -pi -e \
- 's|-liconv|-lgiconv|g ; s|iconv\.h|giconv\.h|g'
-
-pre-configure:
- ${RM} ${WRKSRC}/doc/gettext.info*
-
-.if !defined(WANT_FULL_GETTEXT)
-BINFILES= gettext msgcmp msgcomm msgfmt msgmerge msgunfmt \
- ngettext xgettext
-PLIST= ${WRKDIR}/PLIST
-CONFIGURE_ARGS= --disable-shared
-.undef MAN3
-.undef INSTALLS_SHLIB
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/misc/gettextize \
- ${PREFIX}/bin/gettextize-new
- @${ECHO_CMD} bin/gettextize-new > ${WRKDIR}/PLIST
-.for file in ${BINFILES}
- ${INSTALL_PROGRAM} ${WRKSRC}/src/${file} ${PREFIX}/bin/${file}-new
- @${ECHO_CMD} bin/${file}-new >> ${WRKDIR}/PLIST
-.endfor
-.else
-post-install:
- @install-info ${PREFIX}/info/gettext.info ${PREFIX}/info/dir
- ${MKDIR} ${PREFIX}/share/emacs/site-lisp
- ${INSTALL_DATA} ${WRKSRC}/misc/po-mode.el \
- ${PREFIX}/share/emacs/site-lisp/po-mode.el
- ${MKDIR} ${X11BASE}/share/locale
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/gettext-devel/distinfo b/devel/gettext-devel/distinfo
deleted file mode 100644
index 65665a4b56df..000000000000
--- a/devel/gettext-devel/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (gettext-0.10.40.tar.gz) = 6a17767b47ffb45b4866cec9fb0a39b0
diff --git a/devel/gettext-devel/files/patch-Makefile.in b/devel/gettext-devel/files/patch-Makefile.in
deleted file mode 100644
index 3c1a3ac9bb7c..000000000000
--- a/devel/gettext-devel/files/patch-Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- Makefile.in 2001/05/29 09:22:43 1.1
-+++ Makefile.in 2001/05/29 09:23:01
-@@ -101,7 +101,7 @@
-
- AUTOMAKE_OPTIONS = 1.3 gnits
- MAINT_CHARSET = latin1
--ACLOCAL = ./aclocal.sh @ACLOCAL@
-+ACLOCAL = /usr/bin/true
- ACLOCAL_AMFLAGS = -I m4
-
- gettextsrcdir = $(datadir)/gettext
diff --git a/devel/gettext-devel/files/patch-ad b/devel/gettext-devel/files/patch-ad
deleted file mode 100644
index be0cbd6eb450..000000000000
--- a/devel/gettext-devel/files/patch-ad
+++ /dev/null
@@ -1,16 +0,0 @@
-
-$FreeBSD$
-
---- misc/Makefile.in.orig Sat Sep 15 03:48:07 2001
-+++ misc/Makefile.in Mon Nov 26 13:54:29 2001
-@@ -165,10 +165,8 @@
- list='$(lisp_LISP)'; for p in $$list; do \
- if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
- echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p"; \
-- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(lispdir)/$$p; \
- if test -f $${p}c; then \
- echo " $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c"; \
-- $(INSTALL_DATA) $${p}c $(DESTDIR)$(lispdir)/$${p}c; \
- else : ; fi; \
- done; \
- else : ; fi
diff --git a/devel/gettext-devel/files/patch-ae b/devel/gettext-devel/files/patch-ae
deleted file mode 100644
index c24ab0e425cc..000000000000
--- a/devel/gettext-devel/files/patch-ae
+++ /dev/null
@@ -1,67 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Sat Sep 15 03:47:29 2001
-+++ configure Mon Nov 26 13:56:11 2001
-@@ -1220,13 +1220,13 @@
- # Run test in a subshell; some versions of sh will print an error if
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf. Sigh.
--if (aclocal --version) < /dev/null > /dev/null 2>&1; then
-- ACLOCAL=aclocal
-- echo "$ac_t""found" 1>&6
--else
-+#if (aclocal --version) < /dev/null > /dev/null 2>&1; then
-+# ACLOCAL=aclocal
-+# echo "$ac_t""found" 1>&6
-+#else
- ACLOCAL="$missing_dir/missing aclocal"
- echo "$ac_t""missing" 1>&6
--fi
-+#fi
-
- echo $ac_n "checking for working autoconf""... $ac_c" 1>&6
- echo "configure:1233: checking for working autoconf" >&5
-@@ -1246,13 +1246,13 @@
- # Run test in a subshell; some versions of sh will print an error if
- # an executable is not found, even if stderr is redirected.
- # Redirect stdin to placate older versions of autoconf. Sigh.
--if (automake --version) < /dev/null > /dev/null 2>&1; then
-- AUTOMAKE=automake
-- echo "$ac_t""found" 1>&6
--else
-+#if (automake --version) < /dev/null > /dev/null 2>&1; then
-+# AUTOMAKE=automake
-+# echo "$ac_t""found" 1>&6
-+#else
- AUTOMAKE="$missing_dir/missing automake"
- echo "$ac_t""missing" 1>&6
--fi
-+#fi
-
- echo $ac_n "checking for working autoheader""... $ac_c" 1>&6
- echo "configure:1259: checking for working autoheader" >&5
-@@ -8375,7 +8375,7 @@
- ;;
- esac
- fi
--EMACS="$ac_cv_path_EMACS"
-+EMACS=no
- if test -n "$EMACS"; then
- echo "$ac_t""$EMACS" 1>&6
- else
-@@ -8677,10 +8677,10 @@
- s%@INSTALL_DATA@%$INSTALL_DATA%g
- s%@PACKAGE@%$PACKAGE%g
- s%@VERSION@%$VERSION%g
--s%@ACLOCAL@%$ACLOCAL%g
--s%@AUTOCONF@%$AUTOCONF%g
--s%@AUTOMAKE@%$AUTOMAKE%g
--s%@AUTOHEADER@%$AUTOHEADER%g
-+s%@ACLOCAL@%/usr/bin/true%g
-+s%@AUTOCONF@%/usr/bin/true%g
-+s%@AUTOMAKE@%/usr/bin/true%g
-+s%@AUTOHEADER@%/usr/bin/true%g
- s%@MAKEINFO@%$MAKEINFO%g
- s%@SET_MAKE@%$SET_MAKE%g
- s%@CC@%$CC%g
diff --git a/devel/gettext-devel/files/patch-ak b/devel/gettext-devel/files/patch-ak
deleted file mode 100644
index 3cc93a5361fd..000000000000
--- a/devel/gettext-devel/files/patch-ak
+++ /dev/null
@@ -1,11 +0,0 @@
---- misc/po-mode.el.orig Sun Jan 23 22:35:10 2000
-+++ misc/po-mode.el Sun Jan 23 22:35:39 2000
-@@ -330,7 +330,7 @@
- :type 'face
- :group 'po)
-
--(defcustom po-gzip-uuencode-command "gzip -9 | uuencode -m"
-+(defcustom po-gzip-uuencode-command "gzip -9 | uuencode"
- "*The filter to use for preparing a mail invoice of the PO file.
- Normally \"gzip -9 | uuencode -m\", remove the -9 for lesser compression,
- or remove the -m if you are not using the GNU version of `uuencode'."
diff --git a/devel/gettext-devel/files/patch-doc::Makefile.in b/devel/gettext-devel/files/patch-doc::Makefile.in
deleted file mode 100644
index 80533cd81c08..000000000000
--- a/devel/gettext-devel/files/patch-doc::Makefile.in
+++ /dev/null
@@ -1,23 +0,0 @@
-
-$FreeBSD$
-
---- doc/Makefile.in.orig Wed May 23 23:48:53 2001
-+++ doc/Makefile.in Tue May 29 11:38:28 2001
-@@ -97,7 +97,7 @@
- aclocaldir = @aclocaldir@
- lispdir = @lispdir@
-
--docdir = $(prefix)/doc/@PACKAGE@
-+docdir = $(prefix)/share/doc/@PACKAGE@
- dvidir = $(docdir)
- psdir = $(docdir)
- pdfdir = $(docdir)
-@@ -108,7 +108,7 @@
- SED = sed
- RM = rm -f
-
--MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@
-+MAKEINFO = env LANG= LANGUAGE= @MAKEINFO@ --no-split
-
- info_TEXINFOS = gettext.texi
- gettext_TEXINFOS = iso-639.texi iso-3166.texi
diff --git a/devel/gettext-devel/files/patch-intl::Makefile.in b/devel/gettext-devel/files/patch-intl::Makefile.in
deleted file mode 100644
index 66817ee0b75e..000000000000
--- a/devel/gettext-devel/files/patch-intl::Makefile.in
+++ /dev/null
@@ -1,44 +0,0 @@
-
-$FreeBSD$
-
---- intl/Makefile.in 2001/05/29 08:54:24 1.1
-+++ intl/Makefile.in 2001/05/29 09:00:12
-@@ -51,7 +51,7 @@
- YFLAGS = --name-prefix=__gettext
-
- DEFS = -DLOCALEDIR=\"$(localedir)\" -DLOCALE_ALIAS_PATH=\"$(aliaspath)\" \
---DLIBDIR=\"$(libdir)\" @DEFS@
-+-DLIBDIR=\"$(prefix)/libdata\" @DEFS@
- CPPFLAGS = @CPPFLAGS@
- CFLAGS = @CFLAGS@
- LDFLAGS = @LDFLAGS@
-@@ -151,11 +151,11 @@
- : ; \
- fi
- if test '@USE_INCLUDED_LIBINTL@' = yes; then \
-- $(mkinstalldirs) $(DESTDIR)$(libdir); \
-- temp=$(DESTDIR)$(libdir)/t-charset.alias; \
-- dest=$(DESTDIR)$(libdir)/charset.alias; \
-- if test -f $(DESTDIR)$(libdir)/charset.alias; then \
-- orig=$(DESTDIR)$(libdir)/charset.alias; \
-+ $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata; \
-+ temp=$(DESTDIR)$(prefix)/libdata/t-charset.alias; \
-+ dest=$(DESTDIR)$(prefix)/libdata/charset.alias; \
-+ if test -f $(DESTDIR)$(prefix)/libdata/charset.alias; then \
-+ orig=$(DESTDIR)$(prefix)/libdata/charset.alias; \
- sed -f ref-add.sed $$orig > $$temp; \
- $(INSTALL_DATA) $$temp $$dest; \
- rm -f $$temp; \
-@@ -217,9 +217,9 @@
- : ; \
- fi
- if test '@USE_INCLUDED_LIBINTL@' = yes; then \
-- if test -f $(DESTDIR)$(libdir)/charset.alias; then \
-- temp=$(DESTDIR)$(libdir)/t-charset.alias; \
-- dest=$(DESTDIR)$(libdir)/charset.alias; \
-+ if test -f $(DESTDIR)$(prefix)/libdata/charset.alias; then \
-+ temp=$(DESTDIR)$(prefix)/libdata/t-charset.alias; \
-+ dest=$(DESTDIR)$(prefix)/libdata/charset.alias; \
- sed -f ref-del.sed $$dest > $$temp; \
- if grep '^# Packages using this file: $$' $$temp > /dev/null; then \
- rm -f $$dest; \
diff --git a/devel/gettext-devel/files/patch-lib::Makefile.in b/devel/gettext-devel/files/patch-lib::Makefile.in
deleted file mode 100644
index d2b83eca79fd..000000000000
--- a/devel/gettext-devel/files/patch-lib::Makefile.in
+++ /dev/null
@@ -1,38 +0,0 @@
-
-$FreeBSD$
-
---- lib/Makefile.in 2001/05/29 08:54:24 1.1
-+++ lib/Makefile.in 2001/05/29 08:59:30
-@@ -116,11 +116,11 @@
- noinst_HEADERS = c-ctype.h error.h fstrcmp.h getline.h getopt.h hash.h lbrkprop.h linebreak.h mbswidth.h obstack.h printf-parse.h printf.h system.h pathmax.h
-
-
--DEFS = -DLIBDIR=\"$(libdir)\" @DEFS@
-+DEFS = -DLIBDIR=\"$(prefix)/libdata\" @DEFS@
- INCLUDES = -I. -I$(srcdir) -I.. -I../intl
-
--charset_alias = $(DESTDIR)$(libdir)/charset.alias
--charset_tmp = $(DESTDIR)$(libdir)/charset.tmp
-+charset_alias = $(DESTDIR)$(prefix)/libdata/charset.alias
-+charset_tmp = $(DESTDIR)$(prefix)/libdata/charset.tmp
-
- SUFFIXES = .sed .sin
-
-@@ -349,7 +349,7 @@
- mostlyclean distclean maintainer-clean
-
-
--# The following is needed in order to install a simple file in $(libdir)
-+# The following is needed in order to install a simple file in $(prefix)/libdata
- # which is shared with other installed packages. We use a list of referencing
- # packages so that "make uninstall" will remove the file if and only if it
- # is not used by another installed package.
-@@ -358,7 +358,7 @@
-
- all-local: charset.alias ref-add.sed ref-del.sed
- install-exec-local: all-local
-- $(mkinstalldirs) $(DESTDIR)$(libdir)
-+ $(mkinstalldirs) $(DESTDIR)$(prefix)/libdata
- if test -f $(charset_alias); then \
- sed -f ref-add.sed $(charset_alias) > $(charset_tmp) ; \
- $(INSTALL_DATA) $(charset_tmp) $(charset_alias) ; \
diff --git a/devel/gettext-devel/files/patch-ltmain.sh b/devel/gettext-devel/files/patch-ltmain.sh
deleted file mode 100644
index 98cb05e4ddb3..000000000000
--- a/devel/gettext-devel/files/patch-ltmain.sh
+++ /dev/null
@@ -1,28 +0,0 @@
-
-$FreeBSD$
-
---- ltmain.sh 2001/08/27 09:51:26 1.1
-+++ ltmain.sh 2001/08/27 09:51:42
-@@ -2408,6 +2408,9 @@
- *-*-netbsd*)
- # Don't link with libc until the a.out ld.so is fixed.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test "$build_libtool_need_lc" = "yes"; then
-@@ -4175,10 +4178,12 @@
- fi
-
- # Install the pseudo-library for information purposes.
-+ if /usr/bin/false; then
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- instname="$dir/$name"i
- $show "$install_prog $instname $destdir/$name"
- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/devel/gettext-devel/files/patch-man::Makefile.in b/devel/gettext-devel/files/patch-man::Makefile.in
deleted file mode 100644
index 860777a595d7..000000000000
--- a/devel/gettext-devel/files/patch-man::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- man/Makefile.in 2001/05/29 08:45:39 1.1
-+++ man/Makefile.in 2001/05/29 08:46:06
-@@ -101,7 +101,7 @@
-
- VERSION = @VERSION@
- mandir = @mandir@
--docdir = $(prefix)/doc/@PACKAGE@
-+docdir = $(prefix)/share/doc/@PACKAGE@
- htmldir = $(docdir)
-
- AUTOMAKE_OPTIONS = 1.2 gnits
diff --git a/devel/gettext-devel/pkg-comment b/devel/gettext-devel/pkg-comment
deleted file mode 100644
index 03f01568ee37..000000000000
--- a/devel/gettext-devel/pkg-comment
+++ /dev/null
@@ -1 +0,0 @@
-GNU gettext package
diff --git a/devel/gettext-devel/pkg-descr b/devel/gettext-devel/pkg-descr
deleted file mode 100644
index 24fee26e0c26..000000000000
--- a/devel/gettext-devel/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-This is the GNU gettext package. It is interesting for authors or
-maintainers of other packages or programs which they want to see
-internationalized. As one step the handling of messages in different
-languages should be implemented. For this task GNU gettext provides
-the needed tools and library functions.
diff --git a/devel/gettext-devel/pkg-plist b/devel/gettext-devel/pkg-plist
deleted file mode 100644
index 42bc8b3edebb..000000000000
--- a/devel/gettext-devel/pkg-plist
+++ /dev/null
@@ -1,122 +0,0 @@
-bin/gettext
-bin/gettextize
-bin/msgcmp
-bin/msgcomm
-bin/msgfmt
-bin/msgmerge
-bin/msgunfmt
-bin/ngettext
-bin/xgettext
-include/libintl.h
-@unexec install-info --delete %D/info/gettext.info %D/info/dir
-info/gettext.info
-@exec install-info %D/info/gettext.info %D/info/dir
-lib/libintl.a
-lib/libintl.so
-lib/libintl.so.1
-@comment libdata/charset.alias
-share/aclocal/codeset.m4
-share/aclocal/gettext.m4
-share/aclocal/glibc21.m4
-share/aclocal/iconv.m4
-share/aclocal/isc-posix.m4
-share/aclocal/lcmessage.m4
-share/aclocal/progtest.m4
-share/doc/gettext/bind_textdomain_codeset.3.html
-share/doc/gettext/bindtextdomain.3.html
-share/doc/gettext/gettext.3.html
-share/doc/gettext/gettext_1.html
-share/doc/gettext/gettext_10.html
-share/doc/gettext/gettext_11.html
-share/doc/gettext/gettext_12.html
-share/doc/gettext/gettext_13.html
-share/doc/gettext/gettext_14.html
-share/doc/gettext/gettext_2.html
-share/doc/gettext/gettext_3.html
-share/doc/gettext/gettext_4.html
-share/doc/gettext/gettext_5.html
-share/doc/gettext/gettext_6.html
-share/doc/gettext/gettext_7.html
-share/doc/gettext/gettext_8.html
-share/doc/gettext/gettext_9.html
-share/doc/gettext/gettext_foot.html
-share/doc/gettext/gettext_toc.html
-share/doc/gettext/ngettext.3.html
-share/doc/gettext/textdomain.3.html
-share/emacs/site-lisp/po-mode.el
-share/gettext/ABOUT-NLS
-share/gettext/intl/COPYING.LIB-2
-share/gettext/intl/COPYING.LIB-2.1
-share/gettext/intl/ChangeLog
-share/gettext/intl/Makefile.in
-share/gettext/intl/VERSION
-share/gettext/intl/bindtextdom.c
-share/gettext/intl/config.charset
-share/gettext/intl/dcgettext.c
-share/gettext/intl/dcigettext.c
-share/gettext/intl/dcngettext.c
-share/gettext/intl/dgettext.c
-share/gettext/intl/dngettext.c
-share/gettext/intl/explodename.c
-share/gettext/intl/finddomain.c
-share/gettext/intl/gettext.c
-share/gettext/intl/gettext.h
-share/gettext/intl/gettextP.h
-share/gettext/intl/hash-string.h
-share/gettext/intl/intl-compat.c
-share/gettext/intl/l10nflist.c
-share/gettext/intl/libgettext.h
-share/gettext/intl/libgnuintl.h
-share/gettext/intl/loadinfo.h
-share/gettext/intl/loadmsgcat.c
-share/gettext/intl/localcharset.c
-share/gettext/intl/locale.alias
-share/gettext/intl/localealias.c
-share/gettext/intl/ngettext.c
-share/gettext/intl/plural.c
-share/gettext/intl/plural.y
-share/gettext/intl/ref-add.sin
-share/gettext/intl/ref-del.sin
-share/gettext/intl/textdomain.c
-share/gettext/po/Makefile.in.in
-share/locale/cs/LC_MESSAGES/gettext.mo
-share/locale/da/LC_MESSAGES/gettext.mo
-share/locale/de/LC_MESSAGES/gettext.mo
-share/locale/el/LC_MESSAGES/gettext.mo
-share/locale/en@boldquot/LC_MESSAGES/gettext.mo
-share/locale/en@quot/LC_MESSAGES/gettext.mo
-share/locale/es/LC_MESSAGES/gettext.mo
-share/locale/et/LC_MESSAGES/gettext.mo
-share/locale/fr/LC_MESSAGES/gettext.mo
-share/locale/gl/LC_MESSAGES/gettext.mo
-share/locale/id/LC_MESSAGES/gettext.mo
-share/locale/it/LC_MESSAGES/gettext.mo
-share/locale/ja/LC_MESSAGES/gettext.mo
-share/locale/ko/LC_MESSAGES/gettext.mo
-share/locale/locale.alias
-share/locale/nl/LC_MESSAGES/gettext.mo
-share/locale/nn/LC_MESSAGES/gettext.mo
-share/locale/no/LC_MESSAGES/gettext.mo
-share/locale/pl/LC_MESSAGES/gettext.mo
-share/locale/pt/LC_MESSAGES/gettext.mo
-share/locale/pt_BR/LC_MESSAGES/gettext.mo
-share/locale/ru/LC_MESSAGES/gettext.mo
-share/locale/sl/LC_MESSAGES/gettext.mo
-share/locale/sv/LC_MESSAGES/gettext.mo
-share/locale/tr/LC_MESSAGES/gettext.mo
-share/locale/zh/LC_MESSAGES/gettext.mo
-@dirrm share/gettext/po
-@dirrm share/gettext/intl
-@dirrm share/gettext
-@dirrm share/doc/gettext
-@unexec rmdir %D/share/locale/*/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %D/share/locale/* 2>/dev/null || true
-@unexec rmdir %D/share/locale 2>/dev/null || true
-@exec mkdir -p %%LOCALBASE%%/share/locale
-@unexec rmdir %%LOCALBASE%%/share/locale/*/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %%LOCALBASE%%/share/locale/* 2>/dev/null || true
-@unexec rmdir %%LOCALBASE%%/share/locale 2>/dev/null || true
-@exec mkdir -p %%X11BASE%%/share/locale
-@unexec rmdir %%X11BASE%%/share/locale/*/LC_MESSAGES 2>/dev/null || true
-@unexec rmdir %%X11BASE%%/share/locale/* 2>/dev/null || true
-@unexec rmdir %%X11BASE%%/share/locale 2>/dev/null || true