Drop the MESSAGE about cpplint and python2

cpplint.py was only installed for leatherman developers purposes:
4af4e296f5
No need to attract people's attention towards this 10 years old python2
script with a MESSAGE.

ok kn@ sthen@
This commit is contained in:
jca 2020-04-28 15:51:40 +00:00
parent 502d87552b
commit a123268358
2 changed files with 2 additions and 5 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.36 2020/04/28 12:18:43 kn Exp $
# $OpenBSD: Makefile,v 1.37 2020/04/28 15:51:40 jca Exp $
COMMENT = collection of C++ and CMake utility libraries
GH_ACCOUNT = puppetlabs
GH_PROJECT = leatherman
GH_TAGNAME = 1.11.0
REVISION = 0
REVISION = 1
# N.B.: Upstream doesn't care about ABI, better just bump major on update
SHARED_LIBS = leatherman_curl 1.1 # 0.12

View File

@ -1,3 +0,0 @@
To use the cpplint.py script, install the required Python version:
# pkg_add python%${MODPY_VERSION}