diff options
author | seb <seb> | 2002-08-19 19:20:30 +0000 |
---|---|---|
committer | seb <seb> | 2002-08-19 19:20:30 +0000 |
commit | 0081eed1da6fba03ebdd7db36128f4d5633e7ef3 (patch) | |
tree | 1ea9bf745f67d8fe299691d87e8a24a58b9e30a6 /devel/gettext-m4 | |
parent | eb8129aacbe3808250f1f2038d5869491875ec21 (diff) | |
download | pkgsrc-0081eed1da6fba03ebdd7db36128f4d5633e7ef3.tar.gz |
Solaris fix... Now that gettext-lib's buildlink.mk makes it required on Solaris
fix build and PLIST:
- obey PKGLOCALEDIR
- fix libtool's install mode invocation.
Diffstat (limited to 'devel/gettext-m4')
-rw-r--r-- | devel/gettext-m4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/gettext-m4/Makefile b/devel/gettext-m4/Makefile index 73173fd78ec..81875fa2411 100644 --- a/devel/gettext-m4/Makefile +++ b/devel/gettext-m4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2002/07/19 03:07:21 schmonz Exp $ +# $NetBSD: Makefile,v 1.4 2002/08/19 19:20:34 seb Exp $ DISTNAME= gettext-0.10.35 PKGNAME= gettext-m4-0.10.35 @@ -15,6 +15,8 @@ GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-included-gettext CONFIG_GUESS_OVERRIDE= ${WRKSRC}/config.guess CONFIG_SUB_OVERRIDE= ${WRKSRC}/config.sub +CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" PATCHDIR= ${.CURDIR}/../../devel/gettext/patches DISTINFO_FILE= ${.CURDIR}/../../devel/gettext/distinfo |