aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 09:30:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-13 09:31:50 +0000
commit23e199b8a5cd6bf5172e963795fecfb116df36d1 (patch)
tree7bc9c866a90310ed1d2558cc5113d14032a49ce5
parentf15ffef896c629254b9f4729977314b5da6a127d (diff)
downloadports-23e199b8a5cd6bf5172e963795fecfb116df36d1.tar.gz
ports-23e199b8a5cd6bf5172e963795fecfb116df36d1.zip
sysutils/skopeo: Fix WWW
- Remove GH_PROJECT: it is the same as the default value Approved by: portmgr (blanket)
-rw-r--r--sysutils/skopeo/Makefile3
1 files changed, 1 insertions, 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} \