diff options
| author | triaxx <triaxx@pkgsrc.org> | 2019-10-25 04:39:18 +0000 |
|---|---|---|
| committer | triaxx <triaxx@pkgsrc.org> | 2019-10-25 04:39:18 +0000 |
| commit | 6caf50ea5a47dadec9d1c77bbff500dff1c397fc (patch) | |
| tree | 4e396404774d6ec499933470e1c73dc67da8524c /databases/postgresql11-plpython/PLIST | |
| parent | 270773d13c62989e6af65c64e73448c089419361 (diff) | |
| download | pkgsrc-6caf50ea5a47dadec9d1c77bbff500dff1c397fc.tar.gz | |
postgresql11: make nls support optional
Diffstat (limited to 'databases/postgresql11-plpython/PLIST')
| -rw-r--r-- | databases/postgresql11-plpython/PLIST | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/databases/postgresql11-plpython/PLIST b/databases/postgresql11-plpython/PLIST index 01f036cf5b5..ac65d85f4cf 100644 --- a/databases/postgresql11-plpython/PLIST +++ b/databases/postgresql11-plpython/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2018/11/09 18:12:25 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/10/25 04:39:18 triaxx Exp $ include/postgresql/server/plpy_cursorobject.h include/postgresql/server/plpy_elog.h include/postgresql/server/plpy_exec.h @@ -19,20 +19,20 @@ ${PLIST.py3x}lib/postgresql/hstore_plpython3.so lib/postgresql/pgxs/src/pl/plpython/regress-python3-mangle.mk ${PLIST.py2x}lib/postgresql/plpython2.so ${PLIST.py3x}lib/postgresql/plpython3.so -share/locale/cs/LC_MESSAGES/plpython-11.mo -share/locale/de/LC_MESSAGES/plpython-11.mo -share/locale/es/LC_MESSAGES/plpython-11.mo -share/locale/fr/LC_MESSAGES/plpython-11.mo -share/locale/it/LC_MESSAGES/plpython-11.mo -share/locale/ja/LC_MESSAGES/plpython-11.mo -share/locale/ko/LC_MESSAGES/plpython-11.mo -share/locale/pl/LC_MESSAGES/plpython-11.mo -share/locale/pt_BR/LC_MESSAGES/plpython-11.mo -share/locale/ru/LC_MESSAGES/plpython-11.mo -share/locale/sv/LC_MESSAGES/plpython-11.mo -share/locale/tr/LC_MESSAGES/plpython-11.mo -share/locale/vi/LC_MESSAGES/plpython-11.mo -share/locale/zh_CN/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/cs/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/de/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/es/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/fr/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/it/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/ja/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/ko/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/pl/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/pt_BR/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/ru/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/sv/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/tr/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/vi/LC_MESSAGES/plpython-11.mo +${PLIST.nls}share/locale/zh_CN/LC_MESSAGES/plpython-11.mo share/postgresql/extension/hstore_plpython2u--1.0.sql share/postgresql/extension/hstore_plpython2u.control share/postgresql/extension/hstore_plpython3u--1.0.sql |
