diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 07:54:03 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:43:05 +0000 |
| commit | 81e725f8da0a113d3a4b7c22b542e05910dba6a7 (patch) | |
| tree | ab064ed49f25fc9d3b2074333f480b7c68c0bd60 | |
| parent | 61a1c6c6999e2adc9897ce185d60f98b68bc264c (diff) | |
devel/hub: Fix deprecated CPE_VENDOR
| -rw-r--r-- | devel/hub/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/hub/Makefile b/devel/hub/Makefile index 1c4ae6221579..56b1c0022702 100644 --- a/devel/hub/Makefile +++ b/devel/hub/Makefile @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= git:devel/git USES= cpe go:modules -CPE_VENDOR= ${PORTNAME}_project +CPE_VENDOR= github USE_GITHUB= yes GH_ACCOUNT= github |
