git: 425effc683bc - main - x11/waylock: disable bogus "make test" support

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 06 Feb 2023 20:03:45 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=425effc683bc48fedc3d12b348c85977910ce2b0

commit 425effc683bc48fedc3d12b348c85977910ce2b0
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-02-06 19:56:44 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-02-06 20:03:31 +0000

    x11/waylock: disable bogus "make test" support
    
    All other lang/zig consumers have tests but not this one.
    
    $ zig build test
    error: Cannot run step 'test' because it does not exist
    
    PR:             269320
---
 x11/waylock/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/x11/waylock/Makefile b/x11/waylock/Makefile
index 055a9769ae0e..6a08bc704b21 100644
--- a/x11/waylock/Makefile
+++ b/x11/waylock/Makefile
@@ -48,7 +48,4 @@ post-patch:
 do-build:
 	@(cd ${WRKSRC} && ${MAKE_ENV} zig build ${CONFIGURE_ARGS})
 
-do-test:
-	@(cd ${WRKSRC} && ${TEST_ENV} zig build test ${CONFIGURE_ARGS})
-
 .include <bsd.port.mk>