- 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)
This commit is contained in:
Greg Larkin 2011-10-26 15:09:26 +00:00
parent 1e7b7b460f
commit 9e0ad7ba10
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=284373
3 changed files with 4 additions and 3 deletions

View File

@ -39,6 +39,7 @@ CONFIGURE_ARGS= --with-python
BUILD_DIRS= src/pl/plpython
SLAVE_ONLY= yes
POSTGRESQL_PORT=databases/postgresql${PGSQL_VER}-server
POSTGRESQL_PORT= databases/postgresql${PGSQL_VER}-server
PLIST_SUB= PYTHON_MAJOR_VER=${PYTHON_VER:R}
.include "${MASTERDIR}/Makefile"

View File

@ -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

View File

@ -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