pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-pylint devel/py-pylint: fix typo in test prog...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6d1198c81eb
branches:  trunk
changeset: 413904:e6d1198c81eb
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Mar 22 22:50:52 2020 +0000

description:
devel/py-pylint: fix typo in test program filename

diffstat:

 devel/py-pylint/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 7c346ee4d342 -r e6d1198c81eb devel/py-pylint/Makefile
--- a/devel/py-pylint/Makefile  Sun Mar 22 22:46:27 2020 +0000
+++ b/devel/py-pylint/Makefile  Sun Mar 22 22:50:52 2020 +0000
@@ -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 @@
 
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
-REPLACE_PYTHON+=       pylint/test/data/ascript
+REPLACE_PYTHON+=       tests/data/ascript
 
 post-install:
 .for file in epylint pylint pyreverse symilar



Home | Main Index | Thread Index | Old Index