From df6cbb1c86cd5b4cb303df825bdc632518499fc2 Mon Sep 17 00:00:00 2001 From: maya Date: Tue, 14 May 2019 03:12:36 +0000 Subject: py-pygit2: fix python2.7 install --- devel/py-pygit2/PLIST | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'devel/py-pygit2') diff --git a/devel/py-pygit2/PLIST b/devel/py-pygit2/PLIST index 96237fc484f..1a03b9ce5a8 100644 --- a/devel/py-pygit2/PLIST +++ b/devel/py-pygit2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2019/05/01 07:23:53 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2019/05/14 03:12:36 maya Exp $ ${PYSITELIB}/_pygit2.so ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt @@ -42,7 +42,8 @@ ${PYSITELIB}/pygit2/submodule.pyc ${PYSITELIB}/pygit2/utils.pyo ${PYSITELIB}/pygit2/utils.pyc ${PYSITELIB}/pygit2/_build.py -${PYSITELIB}/pygit2/_libgit2.abi3.so +${PLIST.py3x}${PYSITELIB}/pygit2/_libgit2.abi3.so +${PLIST.py2x}${PYSITELIB}/pygit2/_libgit2.so ${PYSITELIB}/pygit2/_run.py ${PYSITELIB}/pygit2/blame.py ${PYSITELIB}/pygit2/config.py -- cgit v1.2.3