diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-27 11:53:16 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-27 11:53:16 +0000 |
commit | 1bf5cb746576ab85c5b971bb8a768ee6a3613471 (patch) | |
tree | fe862e82d9b7ba7a454c1b8a3a4226c1ed39b213 /devel/gettext | |
parent | 04d381118e6a5f3800c6feadafb72decbf53b31b (diff) | |
download | pkgsrc-1bf5cb746576ab85c5b971bb8a768ee6a3613471.tar.gz |
make gettextize work again. this should fix packages that use automake.
Diffstat (limited to 'devel/gettext')
-rw-r--r-- | devel/gettext/Makefile | 8 | ||||
-rw-r--r-- | devel/gettext/pkg/PLIST | 42 |
2 files changed, 40 insertions, 10 deletions
diff --git a/devel/gettext/Makefile b/devel/gettext/Makefile index d6ed266e6ae..89ba2896f62 100644 --- a/devel/gettext/Makefile +++ b/devel/gettext/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2000/11/16 02:40:12 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2000/11/27 11:53:16 itojun Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -27,4 +27,10 @@ post-patch: post-configure: ${RM} -f ${WRKSRC}/intl/libintl.h +post-build: + cd ${WRKSRC}/intl; ${MAKE_PROGRAM} + +post-install: + cd ${WRKSRC}/intl; ${MAKE_PROGRAM} install-data + .include "../../mk/bsd.pkg.mk" diff --git a/devel/gettext/pkg/PLIST b/devel/gettext/pkg/PLIST index 9c9d06b38da..06b7baa7111 100644 --- a/devel/gettext/pkg/PLIST +++ b/devel/gettext/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2000/10/31 17:06:19 itojun Exp $ +@comment $NetBSD: PLIST,v 1.10 2000/11/27 11:53:16 itojun Exp $ bin/gettext bin/gettextize bin/msgcmp @@ -19,19 +19,43 @@ share/aclocal/gettext.m4 share/aclocal/lcmessage.m4 share/aclocal/progtest.m4 share/gettext/ABOUT-NLS +share/gettext/intl/ChangeLog +share/gettext/intl/Makefile.in +share/gettext/intl/VERSION +share/gettext/intl/bindtextdom.c +share/gettext/intl/cat-compat.c +share/gettext/intl/dcgettext.c +share/gettext/intl/dgettext.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/linux-msg.sed +share/gettext/intl/loadinfo.h +share/gettext/intl/loadmsgcat.c +share/gettext/intl/localealias.c +share/gettext/intl/po2tbl.sed.in +share/gettext/intl/textdomain.c +share/gettext/intl/xopen-msg.sed share/gettext/po/Makefile.in.in +share/locale/da/LC_MESSAGES/gettext.mo share/locale/de/LC_MESSAGES/gettext.mo +share/locale/es/LC_MESSAGES/gettext.mo share/locale/fr/LC_MESSAGES/gettext.mo -share/locale/sv/LC_MESSAGES/gettext.mo +share/locale/ko/LC_MESSAGES/gettext.mo +share/locale/locale.alias +share/locale/nl/LC_MESSAGES/gettext.mo share/locale/no/LC_MESSAGES/gettext.mo -share/locale/da/LC_MESSAGES/gettext.mo -share/locale/es/LC_MESSAGES/gettext.mo +share/locale/no@nynorsk/LC_MESSAGES/gettext.mo +share/locale/pl/LC_MESSAGES/gettext.mo share/locale/pt/LC_MESSAGES/gettext.mo -share/locale/nl/LC_MESSAGES/gettext.mo share/locale/sl/LC_MESSAGES/gettext.mo -share/locale/pl/LC_MESSAGES/gettext.mo -share/locale/ko/LC_MESSAGES/gettext.mo -share/locale/no@nynorsk/LC_MESSAGES/gettext.mo -share/locale/locale.alias +share/locale/sv/LC_MESSAGES/gettext.mo @dirrm share/gettext/po +@dirrm share/gettext/intl @dirrm share/gettext |