diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2003-12-04 08:25:00 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2003-12-04 08:25:00 +0000 |
commit | 41a5f66f865044df46bba934336bf78237f39675 (patch) | |
tree | 14fc40751fd9052ab225d31d0fa2a173af8d1e37 /databases/postgresql-devel/pkg-plist | |
parent | 813429b4aad9e72cf795ad5740a242fbd7c221bd (diff) |
Notes
Diffstat (limited to 'databases/postgresql-devel/pkg-plist')
-rw-r--r-- | databases/postgresql-devel/pkg-plist | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/databases/postgresql-devel/pkg-plist b/databases/postgresql-devel/pkg-plist index 71e2578228eb..0fac964ea900 100644 --- a/databases/postgresql-devel/pkg-plist +++ b/databases/postgresql-devel/pkg-plist @@ -25,8 +25,9 @@ bin/pg_encoding include/postgresql/internal/libpq/pqcomm.h include/postgresql/internal/lib/dllist.h include/postgresql/internal/c.h -include/postgresql/internal/postgres_fe.h include/postgresql/internal/libpq-int.h +include/postgresql/internal/port.h +include/postgresql/internal/postgres_fe.h include/postgresql/internal/pqexpbuffer.h @dirrm include/postgresql/internal/lib @dirrm include/postgresql/internal/libpq @@ -447,8 +448,9 @@ lib/libecpg_compat.so %%SERVER%%share/postgresql/pg_hba.conf.sample %%SERVER%%share/postgresql/pg_ident.conf.sample %%SERVER%%share/postgresql/postgresql.conf.sample -%%PGCRYPTO%%share/doc/postgresql/contrib/README.pgcrypto -@unexec rmdir %D/share/doc/postgresql/contrib 2> /dev/null || true +%%PGCRYPTO%%share/doc/postgresql-devel/contrib/README.pgcrypto +@unexec rmdir %D/share/doc/postgresql-devel/contrib 2> /dev/null || true +@unexec rmdir %D/share/doc/postgresql-devel 2> /dev/null || true @unexec rm -f %D/share/doc/postgresql/* 2>/dev/null || true @unexec rmdir %D/share/doc/postgresql 2> /dev/null || true %%PGCRYPTO%%share/postgresql/contrib/pgcrypto.sql |