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/Makefile | |
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/Makefile')
-rw-r--r-- | devel/gettext-lib/Makefile | 3 |
1 files changed, 2 insertions, 1 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:: |