summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorhans <hans@pkgsrc.org>2011-09-20 21:40:58 +0000
committerhans <hans@pkgsrc.org>2011-09-20 21:40:58 +0000
commitd7d181786f6b19c5a612ed92fd7add30f948ce85 (patch)
tree901aa18e099dec866f7531db71569bbd6ada0f54 /databases
parent3a9c6b48578f0275311b3d4b0b669ecf8a062df4 (diff)
downloadpkgsrc-d7d181786f6b19c5a612ed92fd7add30f948ce85.tar.gz
Use ${PKGLOCALEDIR} to tell configure where to put locales.
Diffstat (limited to 'databases')
-rw-r--r--databases/postgresql84/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql84/Makefile.common b/databases/postgresql84/Makefile.common
index 7c04e0381e8..a644ff0ceeb 100644
--- a/databases/postgresql84/Makefile.common
+++ b/databases/postgresql84/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2011/09/14 15:55:26 hans Exp $
+# $NetBSD: Makefile.common,v 1.14 2011/09/20 21:40:58 hans Exp $
#
# used by databases/postgresql84-adminpack/Makefile
# used by databases/postgresql84-client/Makefile
@@ -52,7 +52,7 @@ PG_TEMPLATE.${OPSYS}= ${LOWER_OPSYS}
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
CONFIGURE_ARGS+= --datadir=${PREFIX}/share/postgresql
-CONFIGURE_ARGS+= --localedir=${PREFIX}/lib/locale
+CONFIGURE_ARGS+= --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
CONFIGURE_ARGS+= --with-template=${PG_TEMPLATE.${OPSYS}}
CONFIGURE_ARGS+= --enable-nls