diff options
| author | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 07:47:38 +0000 |
|---|---|---|
| committer | Bernhard Froehlich <decke@FreeBSD.org> | 2026-06-03 08:43:04 +0000 |
| commit | 0191ef9b41fb3ba9a2fcf2ba428f96502ee33d26 (patch) | |
| tree | 1a03a4c2571de4e5639405286ef7e58617b46b89 | |
| parent | 0bab0e8be191c02e03516f25354a7a943622c486 (diff) | |
archivers/c-blosc2: Fix deprecated CPE_VENDOR
| -rw-r--r-- | archivers/c-blosc2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/c-blosc2/Makefile b/archivers/c-blosc2/Makefile index 7b2d254f0381..b60ba134f394 100644 --- a/archivers/c-blosc2/Makefile +++ b/archivers/c-blosc2/Makefile @@ -63,7 +63,7 @@ PLIST_SUB= PORTVERSION=${PORTVERSION} GH_ACCOUNT= Blosc USE_GITHUB= yes -CPE_VENDOR= ${PORTNAME}_project +CPE_VENDOR= blosc post-patch: # Clean up bundled libraries |
