diff options
Diffstat (limited to 'databases/libgda4-postgresql')
-rw-r--r-- | databases/libgda4-postgresql/Makefile | 4 | ||||
-rw-r--r-- | databases/libgda4-postgresql/pkg-plist | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/databases/libgda4-postgresql/Makefile b/databases/libgda4-postgresql/Makefile index 553fc2fc148b..fcc137941fee 100644 --- a/databases/libgda4-postgresql/Makefile +++ b/databases/libgda4-postgresql/Makefile @@ -3,10 +3,10 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.1 2008/08/18 23:53:36 kwm Exp $ +# $MCom: ports/databases/libgda4-postgresql/Makefile,v 1.3 2010/10/18 12:47:12 kwm Exp $ # -PORTREVISION?= 1 +PORTREVISION?= 0 CATEGORIES= databases gnome PKGNAMESUFFIX?= -postgresql diff --git a/databases/libgda4-postgresql/pkg-plist b/databases/libgda4-postgresql/pkg-plist index e2de17eb1d39..02ae080c90e0 100644 --- a/databases/libgda4-postgresql/pkg-plist +++ b/databases/libgda4-postgresql/pkg-plist @@ -5,12 +5,16 @@ libdata/pkgconfig/libgda-postgres-%%VERSION%%.pc share/libgda-%%VERSION%%/postgres_specs_add_column.xml share/libgda-%%VERSION%%/postgres_specs_create_db.xml share/libgda-%%VERSION%%/postgres_specs_create_index.xml +share/libgda-%%VERSION%%/postgres_specs_create_role.xml share/libgda-%%VERSION%%/postgres_specs_create_table.xml +share/libgda-%%VERSION%%/postgres_specs_create_user.xml share/libgda-%%VERSION%%/postgres_specs_create_view.xml share/libgda-%%VERSION%%/postgres_specs_drop_column.xml share/libgda-%%VERSION%%/postgres_specs_drop_db.xml share/libgda-%%VERSION%%/postgres_specs_drop_index.xml +share/libgda-%%VERSION%%/postgres_specs_drop_role.xml share/libgda-%%VERSION%%/postgres_specs_drop_table.xml +share/libgda-%%VERSION%%/postgres_specs_drop_user.xml share/libgda-%%VERSION%%/postgres_specs_drop_view.xml share/libgda-%%VERSION%%/postgres_specs_dsn.xml share/libgda-%%VERSION%%/postgres_specs_rename_table.xml |