summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorhans <hans>2011-09-20 21:40:58 +0000
committerhans <hans>2011-09-20 21:40:58 +0000
commitb9d95fe58445b09b58a30b007984e29b626435b3 (patch)
tree901aa18e099dec866f7531db71569bbd6ada0f54 /databases
parentae6e3fa07a44a196e0272706f19265db5f9429c6 (diff)
downloadpkgsrc-b9d95fe58445b09b58a30b007984e29b626435b3.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