git: f22dfcc48c86 - main - mail/mox: Remove unnecessary lines

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 22 May 2024 21:00:34 UTC
The branch main has been updated by yuri:

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

commit f22dfcc48c8688f38a98bb9b565af17935ae391c
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2024-05-22 15:39:22 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2024-05-22 21:00:32 +0000

    mail/mox: Remove unnecessary lines
    
    PR:             279235
    Reported by:    Yonas Yanfa <yonas.yanfa@gmail.com>
---
 mail/mox/Makefile | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/mail/mox/Makefile b/mail/mox/Makefile
index ef4fc5ce9ceb..c1184a4ca01e 100644
--- a/mail/mox/Makefile
+++ b/mail/mox/Makefile
@@ -17,10 +17,6 @@ USES=		go:modules
 
 GO_MODULE=	github.com/mjl-/mox
 
-xUSE_GITHUB=	yes
-xGH_ACCOUNT=	mudler
-xGH_PROJECT=	LocalAI
-
 PLIST_FILES=	bin/${PORTNAME}
 
 .include <bsd.port.mk>