summaryrefslogtreecommitdiff
path: root/devel/gettext-old
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>1998-11-18 15:09:35 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>1998-11-18 15:09:35 +0000
commit1d6cf605455b94adab3912b5fb1e5ffc986ed5d8 (patch)
treeb56140de00176c187c8bacb1f422d67b4963034e /devel/gettext-old
parentRemove the define for gtk1.1.3 (diff)
Add a argument to CONFIGURE_ARGS.
PR: ports/8736 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=14645
Diffstat (limited to 'devel/gettext-old')
-rw-r--r--devel/gettext-old/Makefile3
-rw-r--r--devel/gettext-old/pkg-plist30
2 files changed, 17 insertions, 16 deletions
diff --git a/devel/gettext-old/Makefile b/devel/gettext-old/Makefile
index ca4f32f81ed9..4fe799a33e2b 100644
--- a/devel/gettext-old/Makefile
+++ b/devel/gettext-old/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 March 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
-# $Id: Makefile,v 1.2 1998/08/31 13:54:50 vanilla Exp $
+# $Id: Makefile,v 1.3 1998/09/23 17:58:38 vanilla Exp $
#
DISTNAME= gettext-0.10
@@ -13,6 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= Nakai@technologist.com
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-gnu-gettext
pre-configure:
${RM} ${WRKSRC}/doc/gettext.info*
diff --git a/devel/gettext-old/pkg-plist b/devel/gettext-old/pkg-plist
index 56c66836d537..e2ff60f2fca2 100644
--- a/devel/gettext-old/pkg-plist
+++ b/devel/gettext-old/pkg-plist
@@ -12,11 +12,6 @@ info/gettext.info
@exec [ -f %D/info/dir ] || sed -ne '1,/Menu:/p' /usr/share/info/dir > %D/info/dir
@exec install-info %D/info/gettext.info %D/info/dir
lib/libintl.a
-lib/locale/de/LC_MESSAGES/gettext.cat
-lib/locale/fr/LC_MESSAGES/gettext.cat
-lib/locale/no/LC_MESSAGES/gettext.cat
-lib/locale/no@nynorsk/LC_MESSAGES/gettext.cat
-lib/locale/sv/LC_MESSAGES/gettext.cat
share/gettext/aclocal.m4
share/gettext/intl-ChangeLog
share/gettext/intl-Makefile.in
@@ -40,15 +35,20 @@ share/gettext/intl-textdomain.c
share/gettext/intl-xopen-msg.sed
share/gettext/po-Makefile.in.in
share/gettext/root-ABOUT-NLS
+share/locale/de/LC_MESSAGES/gettext.mo
+share/locale/fr/LC_MESSAGES/gettext.mo
share/locale/locale.alias
-@dirrm lib/locale/de/LC_MESSAGES
-@dirrm lib/locale/de
-@dirrm lib/locale/fr/LC_MESSAGES
-@dirrm lib/locale/fr
-@dirrm lib/locale/no/LC_MESSAGES
-@dirrm lib/locale/no
-@dirrm lib/locale/no@nynorsk/LC_MESSAGES
-@dirrm lib/locale/no@nynorsk
-@dirrm lib/locale/sv/LC_MESSAGES
-@dirrm lib/locale/sv
+share/locale/no/LC_MESSAGES/gettext.mo
+share/locale/no@nynorsk/LC_MESSAGES/gettext.mo
+share/locale/sv/LC_MESSAGES/gettext.mo
@dirrm share/gettext
+@dirrm share/locale/de/LC_MESSAGES
+@dirrm share/locale/de
+@dirrm share/locale/fr/LC_MESSAGES
+@dirrm share/locale/fr
+@dirrm share/locale/no/LC_MESSAGES
+@dirrm share/locale/no
+@dirrm share/locale/no@nynorsk/LC_MESSAGES
+@dirrm share/locale/no@nynorsk
+@dirrm share/locale/sv/LC_MESSAGES
+@dirrm share/locale/sv