diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-02 20:07:40 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-02 20:07:40 +0000 |
commit | 9927ba32ddf9267da86844d1f34aebeeabbb5fb1 (patch) | |
tree | d48b403968696318f41a6d54c6bfc863c487afb2 /databases/postgresql92-server/pkg-plist-plpython | |
parent | b8d6f50e6c82e0748a3ae53a1e6a89b76bd0c781 (diff) |
- Unbreak postgresql-plpython: allow build with threaded python
- Pass maintainership to submitter
PR: ports/159843
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru>
Notes
Notes:
svn path=/head/; revision=282829
Diffstat (limited to 'databases/postgresql92-server/pkg-plist-plpython')
-rw-r--r-- | databases/postgresql92-server/pkg-plist-plpython | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/databases/postgresql92-server/pkg-plist-plpython b/databases/postgresql92-server/pkg-plist-plpython index d3c29953b6b5..cfc34f4b56b9 100644 --- a/databases/postgresql92-server/pkg-plist-plpython +++ b/databases/postgresql92-server/pkg-plist-plpython @@ -1,4 +1,14 @@ %%DOCSDIR%%/README-plpython -lib/postgresql/plpython.so +lib/postgresql/plpython2.so +%%DATADIR%%/extension/plpythonu.control +%%DATADIR%%/extension/plpythonu--1.0.sql +%%DATADIR%%/extension/plpythonu--unpackaged--1.0.sql +%%DATADIR%%/extension/plpython2u.control +%%DATADIR%%/extension/plpython2u--1.0.sql +%%DATADIR%%/extension/plpython2u--unpackaged--1.0.sql +%%DATADIR%%/extension/plpython3u.control +%%DATADIR%%/extension/plpython3u--1.0.sql +%%DATADIR%%/extension/plpython3u--unpackaged--1.0.sql +@dirrmtry %%DATADIR%%/extension @dirrmtry lib/postgresql @dirrmtry %%DOCSDIR%% |