diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-23 18:41:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-23 18:41:14 +0000 |
commit | 886e704f5dc72796a0d560361a1646d6fc7b8f61 (patch) | |
tree | 71b2b5b605cca13b0208454c870be09bd13701ff /databases/postgresql91-plpython/PLIST | |
parent | eef234a971064689b69ef0c36922fe5b02f3e829 (diff) | |
download | pkgsrc-886e704f5dc72796a0d560361a1646d6fc7b8f61.tar.gz |
Fix PLIST for python-3.x.
Diffstat (limited to 'databases/postgresql91-plpython/PLIST')
-rw-r--r-- | databases/postgresql91-plpython/PLIST | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/databases/postgresql91-plpython/PLIST b/databases/postgresql91-plpython/PLIST index f3a4013be21..645d7895741 100644 --- a/databases/postgresql91-plpython/PLIST +++ b/databases/postgresql91-plpython/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.4 2013/02/09 11:19:16 adam Exp $ -lib/postgresql/plpython2.so +@comment $NetBSD: PLIST,v 1.5 2014/01/23 18:41:14 wiz Exp $ +${PLIST.py2x}lib/postgresql/plpython2.so +${PLIST.py3x}lib/postgresql/plpython3.so share/locale/cs/LC_MESSAGES/plpython-9.1.mo share/locale/de/LC_MESSAGES/plpython-9.1.mo share/locale/es/LC_MESSAGES/plpython-9.1.mo @@ -13,9 +14,12 @@ share/locale/ru/LC_MESSAGES/plpython-9.1.mo share/locale/tr/LC_MESSAGES/plpython-9.1.mo share/locale/zh_CN/LC_MESSAGES/plpython-9.1.mo share/locale/zh_TW/LC_MESSAGES/plpython-9.1.mo -share/postgresql/extension/plpython2u--1.0.sql -share/postgresql/extension/plpython2u--unpackaged--1.0.sql -share/postgresql/extension/plpython2u.control -share/postgresql/extension/plpythonu--1.0.sql -share/postgresql/extension/plpythonu--unpackaged--1.0.sql -share/postgresql/extension/plpythonu.control +${PLIST.py2x}share/postgresql/extension/plpython2u--1.0.sql +${PLIST.py2x}share/postgresql/extension/plpython2u--unpackaged--1.0.sql +${PLIST.py2x}share/postgresql/extension/plpython2u.control +${PLIST.py3x}share/postgresql/extension/plpython3u--1.0.sql +${PLIST.py3x}share/postgresql/extension/plpython3u--unpackaged--1.0.sql +${PLIST.py3x}share/postgresql/extension/plpython3u.control +${PLIST.py2x}share/postgresql/extension/plpythonu--1.0.sql +${PLIST.py2x}share/postgresql/extension/plpythonu--unpackaged--1.0.sql +${PLIST.py2x}share/postgresql/extension/plpythonu.control |