mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
Fix pkg-plist
This commit is contained in:
parent
ee2104cd5f
commit
45022c0ba2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=292397
@ -8,7 +8,7 @@
|
||||
# See Mk/bsd.databases.mk for more info
|
||||
|
||||
PORTNAME= postgresql
|
||||
PORTREVISION= 0
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX= -client
|
||||
|
||||
COMMENT= PostgreSQL database (client)
|
||||
|
@ -6,6 +6,7 @@
|
||||
#
|
||||
|
||||
DISTVERSION?= 9.0.7
|
||||
PORTREVISION= 1
|
||||
PKGNAMESUFFIX?= -server
|
||||
|
||||
MAINTAINER?= crees@FreeBSD.org
|
||||
|
@ -603,6 +603,7 @@ share/postgresql/psqlrc.sample
|
||||
%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_config-9.0.mo
|
||||
%%GETTEXT%%share/locale/it/LC_MESSAGES/pg_dump-9.0.mo
|
||||
%%GETTEXT%%share/locale/it/LC_MESSAGES/pgscripts-9.0.mo
|
||||
%%GETTEXT%%share/locale/it/LC_MESSAGES/psql-9.0.mo
|
||||
%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpg-9.0.mo
|
||||
%%GETTEXT%%share/locale/ja/LC_MESSAGES/ecpglib6-9.0.mo
|
||||
%%GETTEXT%%share/locale/ja/LC_MESSAGES/libpq5-9.0.mo
|
||||
@ -634,8 +635,13 @@ share/postgresql/psqlrc.sample
|
||||
%%GETTEXT%%share/locale/pt_BR/LC_MESSAGES/psql-9.0.mo
|
||||
%%GETTEXT%%share/locale/ro/LC_MESSAGES/pg_config-9.0.mo
|
||||
%%GETTEXT%%share/locale/ro/LC_MESSAGES/pgscripts-9.0.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpg-9.0.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/ecpglib6-9.0.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/libpq5-9.0.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_config-9.0.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_dump-9.0.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pgscripts-9.0.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/psql-9.0.mo
|
||||
%%GETTEXT%%share/locale/sv/LC_MESSAGES/libpq5-9.0.mo
|
||||
%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_config-9.0.mo
|
||||
%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_dump-9.0.mo
|
||||
|
@ -106,6 +106,8 @@ share/postgresql/system_views.sql
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_controldata-9.0.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_ctl-9.0.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/pg_resetxlog-9.0.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/plpgsql-9.0.mo
|
||||
%%GETTEXT%%share/locale/ru/LC_MESSAGES/postgres-9.0.mo
|
||||
%%GETTEXT%%share/locale/sv/LC_MESSAGES/initdb-9.0.mo
|
||||
%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_controldata-9.0.mo
|
||||
%%GETTEXT%%share/locale/sv/LC_MESSAGES/pg_ctl-9.0.mo
|
||||
|
Loading…
Reference in New Issue
Block a user