diff options
author | wiz <wiz@pkgsrc.org> | 2006-09-16 10:19:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-09-16 10:19:03 +0000 |
commit | c1919db099ce39e9ad4092e96deb779980f71201 (patch) | |
tree | a2a877c58b323d3724357571e9d745d9acd8ca5a /databases | |
parent | 4c2c4122d9380c1a013c46da88e2394454933ac3 (diff) | |
download | pkgsrc-c1919db099ce39e9ad4092e96deb779980f71201.tar.gz |
Add missing files to PLIST. Bump PKGREVISION.
Diffstat (limited to 'databases')
-rw-r--r-- | databases/libgda-postgres/Makefile | 3 | ||||
-rw-r--r-- | databases/libgda-postgres/PLIST | 10 |
2 files changed, 11 insertions, 2 deletions
diff --git a/databases/libgda-postgres/Makefile b/databases/libgda-postgres/Makefile index 93d0dc4937b..2c2f9e75b62 100644 --- a/databases/libgda-postgres/Makefile +++ b/databases/libgda-postgres/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.9 2006/04/02 22:46:55 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/09/16 10:19:03 wiz Exp $ # LIBGDA_PROVIDER= postgres .include "../../databases/libgda/Makefile.common" +PKGREVISION= 1 CONFIGURE_ARGS+= --with-postgres=${PGSQL_PREFIX:Q} diff --git a/databases/libgda-postgres/PLIST b/databases/libgda-postgres/PLIST index f0b7b83dba1..8496ce0b741 100644 --- a/databases/libgda-postgres/PLIST +++ b/databases/libgda-postgres/PLIST @@ -1,6 +1,14 @@ -@comment $NetBSD: PLIST,v 1.3 2006/02/04 17:02:46 wiz Exp $ +@comment $NetBSD: PLIST,v 1.4 2006/09/16 10:19:03 wiz Exp $ lib/libgda-1.9/providers/libgda-postgres.la +share/libgda/postgres_specs_add_column.xml share/libgda/postgres_specs_create_db.xml +share/libgda/postgres_specs_create_index.xml +share/libgda/postgres_specs_create_table.xml +share/libgda/postgres_specs_drop_column.xml +share/libgda/postgres_specs_drop_db.xml +share/libgda/postgres_specs_drop_index.xml +share/libgda/postgres_specs_drop_table.xml share/libgda/postgres_specs_dsn.xml +share/libgda/postgres_specs_rename_table.xml @comment in libgda: @dirrm share/libgda @comment in libgda: @dirrm lib/libgda-1.9/providers |