mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix package list
This commit is contained in:
parent
ac384a89a2
commit
f9a6b5683e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255766
2 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,7 @@ INSTALL_DIRS?= ${BUILD_DIRS}
|
||||||
|
|
||||||
.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY)
|
.if !defined(CLIENT_ONLY) && !defined(SLAVE_ONLY)
|
||||||
SERVER_ONLY= yes
|
SERVER_ONLY= yes
|
||||||
|
PORTREVISION= 2
|
||||||
USE_RC_SUBR= postgresql
|
USE_RC_SUBR= postgresql
|
||||||
USE_PGSQL= yes
|
USE_PGSQL= yes
|
||||||
WANT_PGSQL_VER= ${PORTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g}
|
WANT_PGSQL_VER= ${PORTVERSION:C/([0-9][0-9]*)\.([0-9][0-9]*).*/\1\2/g}
|
||||||
|
|
|
@ -102,6 +102,12 @@ share/postgresql/system_views.sql
|
||||||
%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl-8.4.mo
|
%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_ctl-8.4.mo
|
||||||
%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata-8.4.mo
|
%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_controldata-8.4.mo
|
||||||
%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog-8.4.mo
|
%%GETTEXT%%share/locale/tr/LC_MESSAGES/pg_resetxlog-8.4.mo
|
||||||
|
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/initdb-8.4.mo
|
||||||
|
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-8.4.mo
|
||||||
|
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-8.4.mo
|
||||||
|
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/pg_resetxlog-8.4.mo
|
||||||
|
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/plpgsql-8.4.mo
|
||||||
|
%%GETTEXT%%share/locale/zh_CN/LC_MESSAGES/postgres-8.4.mo
|
||||||
share/postgresql/postgres.shdescription
|
share/postgresql/postgres.shdescription
|
||||||
share/postgresql/snowball_create.sql
|
share/postgresql/snowball_create.sql
|
||||||
%%TZDATA%%share/postgresql/timezone/Africa/Abidjan
|
%%TZDATA%%share/postgresql/timezone/Africa/Abidjan
|
||||||
|
|
Loading…
Add table
Reference in a new issue