diff options
author | girgen <girgen@FreeBSD.org> | 2010-10-07 14:58:10 +0800 |
---|---|---|
committer | girgen <girgen@FreeBSD.org> | 2010-10-07 14:58:10 +0800 |
commit | abf1abd5f2c606a723b8608da28384571d00a62a (patch) | |
tree | 24831007dd41100d2834bcb74698dc0b719f0b98 /databases/postgresql90-client | |
parent | dc2c80e4e62c978a1cd6ec5a30923e9fe21827c9 (diff) | |
download | freebsd-ports-gnome-abf1abd5f2c606a723b8608da28384571d00a62a.tar.gz freebsd-ports-gnome-abf1abd5f2c606a723b8608da28384571d00a62a.tar.zst freebsd-ports-gnome-abf1abd5f2c606a723b8608da28384571d00a62a.zip |
Update all PostgreSQL ports to latest versions.
Also, try to break the previous 1:1 relation between FreeBSD system and
PostgreSQL versions installed. Use different PREFIX:es to install
different versions on the same system.
PR: ports/132402, ports/145002, ports/146657
Diffstat (limited to 'databases/postgresql90-client')
-rw-r--r-- | databases/postgresql90-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql90-client/Makefile b/databases/postgresql90-client/Makefile index 95ad5e070194..dd4ef68b82d3 100644 --- a/databases/postgresql90-client/Makefile +++ b/databases/postgresql90-client/Makefile @@ -14,7 +14,7 @@ COMMENT= PostgreSQL database (client) MASTERDIR= ${.CURDIR}/../postgresql90-server -BUILD_DIRS= config src/include src/interfaces \ +BUILD_DIRS= config src/include src/interfaces src/port \ src/bin/pg_dump src/bin/psql src/bin/scripts src/bin/pg_config \ doc src/makefiles CLIENT_ONLY= yes |