diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2011-10-26 15:09:26 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2011-10-26 15:09:26 +0000 |
commit | 9e0ad7ba100eed0dfc78203bd03eaa90b2e352b2 (patch) | |
tree | b49663c070d85bd9eb534fb8cd47181ad5609b1f /databases/postgresql92-server/pkg-plist-plpython | |
parent | 1e7b7b460ffe61a48d24badb26bab1cd9d422001 (diff) |
- Fix plist when postgresql-plpython installed for postgresql 9.1 and
postgresql-plpython built with python 3+
PR: ports/161822
Submitted by: sunpoet
Approved by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer), girgen (maintainer implicit)
Notes
Notes:
svn path=/head/; revision=284373
Diffstat (limited to 'databases/postgresql92-server/pkg-plist-plpython')
-rw-r--r-- | databases/postgresql92-server/pkg-plist-plpython | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql92-server/pkg-plist-plpython b/databases/postgresql92-server/pkg-plist-plpython index cfc34f4b56b9..17701ef04a0b 100644 --- a/databases/postgresql92-server/pkg-plist-plpython +++ b/databases/postgresql92-server/pkg-plist-plpython @@ -1,5 +1,5 @@ %%DOCSDIR%%/README-plpython -lib/postgresql/plpython2.so +lib/postgresql/plpython%%PYTHON_MAJOR_VER%%.so %%DATADIR%%/extension/plpythonu.control %%DATADIR%%/extension/plpythonu--1.0.sql %%DATADIR%%/extension/plpythonu--unpackaged--1.0.sql |