diff options
author | itojun <itojun@pkgsrc.org> | 2000-11-29 05:05:28 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2000-11-29 05:05:28 +0000 |
commit | 1ca82b0d3bf0c4ea8e257d953501b757e4b95ad2 (patch) | |
tree | 541c6cf46910247f918f05f4761dfbf8cad4714c /devel/gettext-lib | |
parent | be44d42b1a2e3db3c246846cdba230f692fd1be2 (diff) | |
download | pkgsrc-1ca82b0d3bf0c4ea8e257d953501b757e4b95ad2.tar.gz |
move installation of gettextize files to devel/gettext.
repair gettext build on fresh install. re-introduce gettextize file
installation. reported by: mycroft
Diffstat (limited to 'devel/gettext-lib')
-rw-r--r-- | devel/gettext-lib/Makefile | 3 | ||||
-rw-r--r-- | devel/gettext-lib/pkg/PLIST | 27 |
2 files changed, 3 insertions, 27 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile index e815631732f..612d90d9859 100644 --- a/devel/gettext-lib/Makefile +++ b/devel/gettext-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/11/16 02:40:13 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2000/11/29 05:05:29 itojun Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1998/08/09 15:13:33 kuriyama Exp # @@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --with-included-gettext PATCHDIR= ${.CURDIR}/../../devel/gettext/patches PATCH_SUM_FILE= ${.CURDIR}/../../devel/gettext/files/patch-sum +INSTALL_TARGET= install-exec makepatchsum:: diff --git a/devel/gettext-lib/pkg/PLIST b/devel/gettext-lib/pkg/PLIST index a9e34d7a39f..4b132871321 100644 --- a/devel/gettext-lib/pkg/PLIST +++ b/devel/gettext-lib/pkg/PLIST @@ -1,30 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1 2000/10/31 17:06:20 itojun Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/11/29 05:05:30 itojun Exp $ include/libintl.h lib/libintl.a lib/libintl.la lib/libintl.so.1.0 -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 -@dirrm share/gettext/intl -@dirrm share/gettext |