diff options
author | joerg <joerg@pkgsrc.org> | 2018-12-27 15:58:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-12-27 15:58:35 +0000 |
commit | e945008f063e274f01e47defbd417c673ee87dd6 (patch) | |
tree | a13d607641f6d4897b6109916f1b278bcf4e39ee | |
parent | f27ac394c244a92e75441cd1437c234b566ad2e5 (diff) | |
download | pkgsrc-e945008f063e274f01e47defbd417c673ee87dd6.tar.gz |
Fix PLIST for Python 2.x build.
-rw-r--r-- | net/py-txtorcon/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-txtorcon/PLIST b/net/py-txtorcon/PLIST index 8fbad765301..907b3592e04 100644 --- a/net/py-txtorcon/PLIST +++ b/net/py-txtorcon/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2018/10/23 03:17:22 riastradh Exp $ +@comment $NetBSD: PLIST,v 1.2 2018/12/27 15:58:35 joerg Exp $ ${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.pyo ${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.pyc ${PYSITELIB}/twisted/plugins/txtorcon_endpoint_parser.py @@ -22,8 +22,8 @@ ${PYSITELIB}/txtorcon/circuit.pyo ${PYSITELIB}/txtorcon/circuit.pyc ${PYSITELIB}/txtorcon/controller.pyo ${PYSITELIB}/txtorcon/controller.pyc -${PYSITELIB}/txtorcon/controller_py3.pyo -${PYSITELIB}/txtorcon/controller_py3.pyc +${PLIST.py3x}${PYSITELIB}/txtorcon/controller_py3.pyo +${PLIST.py3x}${PYSITELIB}/txtorcon/controller_py3.pyc ${PYSITELIB}/txtorcon/endpoints.pyo ${PYSITELIB}/txtorcon/endpoints.pyc ${PYSITELIB}/txtorcon/interface.pyo |