summaryrefslogtreecommitdiff
path: root/devel/gettext-m4
diff options
context:
space:
mode:
authorseb <seb@pkgsrc.org>2002-08-19 19:20:30 +0000
committerseb <seb@pkgsrc.org>2002-08-19 19:20:30 +0000
commit3975007add75fea4c33d1844a6bb58219d98dbfb (patch)
tree1ea9bf745f67d8fe299691d87e8a24a58b9e30a6 /devel/gettext-m4
parentc858b5c1cd30f1d5e0e957f5f27c63a0b87decf3 (diff)
downloadpkgsrc-3975007add75fea4c33d1844a6bb58219d98dbfb.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/Makefile4
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