Fix tabs vs. spaces issue I introduced just after review & lint
This commit is contained in:
parent
8756a8661e
commit
f088ec2f13
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2020/04/14 19:12:53 js Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2020/04/14 19:14:03 js Exp $
|
||||
|
||||
DISTNAME= jsonrpclib-pelix-0.4.0
|
||||
PKGNAME= ${PYPKGPREFIX}-jsonrpclib-pelix-0.4.0
|
||||
|
@ -12,7 +12,7 @@ LICENSE= apache-2.0
|
|||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 26
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 26
|
||||
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue