Changing NO_TEST from "Yes" to reason for lack of tests.

Functions the same as answering "Yes"
This commit is contained in:
kmos 2019-11-21 03:10:44 +00:00
parent 05be779d82
commit b8e6ede0e6

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.3 2019/07/12 20:50:13 sthen Exp $
# $OpenBSD: Makefile,v 1.4 2019/11/21 03:10:44 kmos Exp $
COMMENT = SPDX license list query tool
@ -28,6 +28,6 @@ post-install:
mv $${i} $${i}${MODPY_BIN_SUFFIX} ;\
done
NO_TEST = Yes
NO_TEST = No tests written by upstream
.include <bsd.port.mk>