diff options
author | Takefu <takefu@airport.fm> | 2025-10-03 03:50:02 +0300 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2025-10-03 03:50:02 +0300 |
commit | b31bbccdb36729f79322b5ebb70e843fcd5e2c27 (patch) | |
tree | 46364a5c55d9a25420949160608eb8067b8ca5d2 | |
parent | devel/py-validators: Update to 0.35.0 (diff) |
sysutils/storcli: Fix MASTER_SITES and IGNORE message
No functional changes.
PR: 289963
-rw-r--r-- | sysutils/storcli/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/storcli/Makefile b/sysutils/storcli/Makefile index 1305fe6cbe08..7e58a345a93b 100644 --- a/sysutils/storcli/Makefile +++ b/sysutils/storcli/Makefile @@ -1,7 +1,7 @@ PORTNAME= storcli DISTVERSION= 7.3503 CATEGORIES= sysutils -MASTER_SITES= https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_nvme_12g_p35/ +MASTER_SITES= https://docs.broadcom.com/docs-and-downloads/host-bus-adapters/host-bus-adapters-common-files/sas_sata_nvme_12g_p36/ DISTNAME= STORCLI_SAS3.5_P36 DIST_SUBDIR= ${PORTNAME}${DISTVERSION} @@ -33,7 +33,7 @@ BINSRC= ${WRKSRC}/${DISTNAME}/univ_viva_cli_rel/Unified_storcli_all_os DOWNLOAD_URL= https://docs.broadcom.com/docs/${DISTNAME}${EXTRACT_SUFX} IGNORE= you must manually fetch the distribution file \ (${DIST_SUBDIR}/${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, \ - place it in ${DISTDIR} and then run make again + place it in ${DISTDIR}/${DIST_SUBDIR} and then run make again .endif post-extract: |