diff options
author | wiz <wiz@pkgsrc.org> | 2022-02-01 10:10:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2022-02-01 10:10:03 +0000 |
commit | 2915627acd1f526bba72174b50a7a5bf2101d253 (patch) | |
tree | 487ff37bb21b7a282a2200bebfacc17083777dc6 | |
parent | 0474b174694bd117ba3f7879dff26437f5f9f291 (diff) | |
download | pkgsrc-2915627acd1f526bba72174b50a7a5bf2101d253.tar.gz |
py-pandocfilters: fix PLIST for Python 2
-rw-r--r-- | textproc/py-pandocfilters/PLIST | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/textproc/py-pandocfilters/PLIST b/textproc/py-pandocfilters/PLIST index f2f5f614b7f..7f085708710 100644 --- a/textproc/py-pandocfilters/PLIST +++ b/textproc/py-pandocfilters/PLIST @@ -1,9 +1,8 @@ -@comment $NetBSD: PLIST,v 1.4 2022/01/22 14:19:58 wiz Exp $ -${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR} -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PLIST.py3x}${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.5 2022/02/01 10:10:03 wiz Exp $ +${PYSITELIB}/${EGG_INFODIR}/PKG-INFO +${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt +${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt +${PYSITELIB}/${EGG_INFODIR}/top_level.txt ${PYSITELIB}/pandocfilters.py ${PYSITELIB}/pandocfilters.pyc ${PYSITELIB}/pandocfilters.pyo |