diff options
author | jlam <jlam@pkgsrc.org> | 2004-01-21 18:41:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-01-21 18:41:27 +0000 |
commit | 8d8a94a95ee2a44ab8637401b0b25e5a6a8b8acc (patch) | |
tree | 8b75f2c65af286eb456176afd99e8c362e9dd932 /databases/postgresql/files/Makefile.custom | |
parent | a5f99db9cf1d45ee3e2e8b22e52a203f5c02f478 (diff) | |
download | pkgsrc-8d8a94a95ee2a44ab8637401b0b25e5a6a8b8acc.tar.gz |
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 (limited to 'databases/postgresql/files/Makefile.custom')
-rw-r--r-- | databases/postgresql/files/Makefile.custom | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/postgresql/files/Makefile.custom b/databases/postgresql/files/Makefile.custom index 663e8f2e61f..3a129d28144 100644 --- a/databases/postgresql/files/Makefile.custom +++ b/databases/postgresql/files/Makefile.custom @@ -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 |