diff options
author | darcy <darcy@pkgsrc.org> | 2004-12-18 14:26:15 +0000 |
---|---|---|
committer | darcy <darcy@pkgsrc.org> | 2004-12-18 14:26:15 +0000 |
commit | 16105fb3a25f5c5fe507a03ea567dd77b25e9bf1 (patch) | |
tree | 7e90b181991b98812d37a7f3d25c908690a7e64f /databases/postgresql74-client | |
parent | 99b7f45b7d6441357ed43c0d1385f5c3bde0ad76 (diff) | |
download | pkgsrc-16105fb3a25f5c5fe507a03ea567dd77b25e9bf1.tar.gz |
Move the pg_config binary from -client to -lib. This fixes PR pkg/28685
as well as the bulk build for py-postgresql.
Note that the man page is still built and installed by -client. That's
a trickier problem.
Diffstat (limited to 'databases/postgresql74-client')
-rw-r--r-- | databases/postgresql74-client/Makefile | 4 | ||||
-rw-r--r-- | databases/postgresql74-client/PLIST | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/databases/postgresql74-client/Makefile b/databases/postgresql74-client/Makefile index 24697017de1..b780b7b6d28 100644 --- a/databases/postgresql74-client/Makefile +++ b/databases/postgresql74-client/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2004/10/10 07:30:23 jdolecek Exp $ +# $NetBSD: Makefile,v 1.9 2004/12/18 14:26:15 darcy Exp $ PKGNAME= postgresql74-client-${BASE_VERS} -PKGREVISION= # empty +PKGREVISION= 1 SVR4_PKGNAME= pstgc COMMENT= PostgreSQL database client programs diff --git a/databases/postgresql74-client/PLIST b/databases/postgresql74-client/PLIST index 4d632cf181a..9d59f4ce450 100644 --- a/databases/postgresql74-client/PLIST +++ b/databases/postgresql74-client/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2004/06/27 16:38:32 recht Exp $ +@comment $NetBSD: PLIST,v 1.3 2004/12/18 14:26:15 darcy Exp $ bin/clusterdb bin/createdb bin/createlang @@ -9,7 +9,6 @@ bin/dropuser bin/initdb bin/initlocation bin/ipcclean -bin/pg_config bin/pg_controldata bin/pg_ctl bin/pg_dump |