diff options
Diffstat (limited to 'devel/gettext-lib/Makefile')
-rw-r--r-- | devel/gettext-lib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/gettext-lib/Makefile b/devel/gettext-lib/Makefile index 63eb666d6da..94c7c22d451 100644 --- a/devel/gettext-lib/Makefile +++ b/devel/gettext-lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2005/08/21 02:31:27 jlam Exp $ +# $NetBSD: Makefile,v 1.40 2005/12/05 20:50:04 rillig Exp $ DISTNAME= gettext-0.11.5 PKGNAME= gettext-lib-0.11.5 @@ -20,8 +20,8 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-included-gettext -CONFIGURE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" -MAKE_ENV+= PKGLOCALEDIR="${PKGLOCALEDIR}" +CONFIGURE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} +MAKE_ENV+= PKGLOCALEDIR=${PKGLOCALEDIR:Q} BUILD_TARGET= all-yes INSTALL_TARGET= install-exec |