pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/postgresql/files Make the postgresql package...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bedc4e7cb4ab
branches:  trunk
changeset: 466638:bedc4e7cb4ab
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Wed Jan 21 18:41:27 2004 +0000

description:
Make the postgresql packages consistently install the PL/<foo> language
modules into ${PREFIX}/lib/postgresql, even if ${PREFIX} contains the
strings "pgsql" or "postgres" (postgresql's Makefile.global is stupid that
way).

diffstat:

 databases/postgresql/files/Makefile.custom |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r e5570301fc26 -r bedc4e7cb4ab databases/postgresql/files/Makefile.custom
--- a/databases/postgresql/files/Makefile.custom        Wed Jan 21 18:22:39 2004 +0000
+++ b/databases/postgresql/files/Makefile.custom        Wed Jan 21 18:41:27 2004 +0000
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile.custom,v 1.7 2001/06/21 21:40:07 jlam Exp $
+# $NetBSD: Makefile.custom,v 1.8 2004/01/21 18:41:27 jlam Exp $
 #
 # This file is included by Makefile.global, which is included by every
 # sub-Makefile in the build tree.  Makefiles for shared libraries include
 # Makefile.global then Makefile.shlib.
 
+pkglibdir = $(exec_prefix)/lib/postgresql
+
 ifdef INSTALLED_LIBPQ
 libpq = -lpq
 endif



Home | Main Index | Thread Index | Old Index