git: 23e199b8a5cd - main - sysutils/skopeo: Fix WWW

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 13 Apr 2024 09:33:20 UTC
The branch main has been updated by sunpoet:

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

commit 23e199b8a5cd6bf5172e963795fecfb116df36d1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-13 09:30:06 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-13 09:31:50 +0000

    sysutils/skopeo: Fix WWW
    
    - Remove GH_PROJECT: it is the same as the default value
    
    Approved by:    portmgr (blanket)
---
 sysutils/skopeo/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sysutils/skopeo/Makefile b/sysutils/skopeo/Makefile
index 79147034fb9f..4db18d62adc1 100644
--- a/sysutils/skopeo/Makefile
+++ b/sysutils/skopeo/Makefile
@@ -6,7 +6,7 @@ CATEGORIES=	sysutils
 
 MAINTAINER=	dfr@FreeBSD.org
 COMMENT=	Inspect container images and repositories on registries
-WWW=		https://github.com/containers
+WWW=		https://github.com/containers/skopeo
 
 LICENSE=	GPLv2
 
@@ -19,7 +19,6 @@ RUN_DEPENDS=	${LOCALBASE}/etc/containers/containers.conf.sample:sysutils/contain
 USES=		gmake go:modules,no_targets pkgconfig
 USE_GITHUB=	yes
 GH_ACCOUNT=	containers
-GH_PROJECT=	skopeo
 
 do-install:
 	${SETENV} ${MAKE_ENV} ${GO_ENV} ${GMAKE} -C ${WRKSRC} \