diff options
author | rillig <rillig@pkgsrc.org> | 2020-03-22 22:50:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-03-22 22:50:52 +0000 |
commit | a9d1ecb1abec9e325aa12bf4c232419454973f3e (patch) | |
tree | 6e1b80d888973416e5045f2e4fd190f65269d616 /devel/py-pylint | |
parent | 5bc5ed0f20d564f689cf083c7218f5f89d86194a (diff) | |
download | pkgsrc-a9d1ecb1abec9e325aa12bf4c232419454973f3e.tar.gz |
devel/py-pylint: fix typo in test program filename
Diffstat (limited to 'devel/py-pylint')
-rw-r--r-- | devel/py-pylint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-pylint/Makefile b/devel/py-pylint/Makefile index a68228bd19d..f88c87df172 100644 --- a/devel/py-pylint/Makefile +++ b/devel/py-pylint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/11/14 10:03:46 adam Exp $ +# $NetBSD: Makefile,v 1.39 2020/03/22 22:50:52 rillig Exp $ DISTNAME= pylint-2.4.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -22,7 +22,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 INSTALLATION_DIRS= ${PKGMANDIR}/man1 -REPLACE_PYTHON+= pylint/test/data/ascript +REPLACE_PYTHON+= tests/data/ascript post-install: .for file in epylint pylint pyreverse symilar |