summaryrefslogtreecommitdiff
path: root/databases/postgresql92-plpython
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-23 18:41:14 +0000
committerwiz <wiz>2014-01-23 18:41:14 +0000
commit8426b9d066575dbe5138fbb0369b5b35bdd94a5e (patch)
tree71b2b5b605cca13b0208454c870be09bd13701ff /databases/postgresql92-plpython
parent78c35475036b0ad4562578dd3abc50ef368365fd (diff)
downloadpkgsrc-8426b9d066575dbe5138fbb0369b5b35bdd94a5e.tar.gz
Fix PLIST for python-3.x.
Diffstat (limited to 'databases/postgresql92-plpython')
-rw-r--r--databases/postgresql92-plpython/PLIST20
1 files changed, 12 insertions, 8 deletions
diff --git a/databases/postgresql92-plpython/PLIST b/databases/postgresql92-plpython/PLIST
index 3903d6bc4d8..d3e7252c766 100644
--- a/databases/postgresql92-plpython/PLIST
+++ b/databases/postgresql92-plpython/PLIST
@@ -1,5 +1,6 @@
-@comment $NetBSD: PLIST,v 1.3 2013/02/09 11:19:18 adam Exp $
-lib/postgresql/plpython2.so
+@comment $NetBSD: PLIST,v 1.4 2014/01/23 18:42:13 wiz Exp $
+${PLIST.py2x}lib/postgresql/plpython2.so
+${PLIST.py3x}lib/postgresql/plpython3.so
share/locale/cs/LC_MESSAGES/plpython-9.2.mo
share/locale/de/LC_MESSAGES/plpython-9.2.mo
share/locale/es/LC_MESSAGES/plpython-9.2.mo
@@ -11,9 +12,12 @@ share/locale/pt_BR/LC_MESSAGES/plpython-9.2.mo
share/locale/ro/LC_MESSAGES/plpython-9.2.mo
share/locale/ru/LC_MESSAGES/plpython-9.2.mo
share/locale/zh_CN/LC_MESSAGES/plpython-9.2.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