diff options
author | joerg <joerg@pkgsrc.org> | 2018-12-27 15:14:00 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-12-27 15:14:00 +0000 |
commit | dfde068ff929441c3981a5f95e2c4c8f86687c10 (patch) | |
tree | 6001f254058d3177e1e8dff411740309b483dc43 | |
parent | 874258674f9e374d7036e6a18452db289053d898 (diff) | |
download | pkgsrc-dfde068ff929441c3981a5f95e2c4c8f86687c10.tar.gz |
Fix PLIST for Python 2.x build.
-rw-r--r-- | lang/py-paver/PLIST | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/py-paver/PLIST b/lang/py-paver/PLIST index e0fa20eef76..3c7487ed73d 100644 --- a/lang/py-paver/PLIST +++ b/lang/py-paver/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2018/08/07 09:44:13 adam Exp $ +@comment $NetBSD: PLIST,v 1.3 2018/12/27 15:14:00 joerg Exp $ bin/paver-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -26,6 +26,8 @@ ${PYSITELIB}/paver/deps/__init__.py ${PYSITELIB}/paver/deps/__init__.pyc ${PYSITELIB}/paver/deps/__init__.pyo ${PYSITELIB}/paver/deps/path2.py +${PLIST.py2x}${PYSITELIB}/paver/deps/path2.pyc +${PLIST.py2x}${PYSITELIB}/paver/deps/path2.pyo ${PYSITELIB}/paver/deps/path3.py ${PYSITELIB}/paver/deps/path3.pyc ${PYSITELIB}/paver/deps/path3.pyo |