diff options
Diffstat (limited to 'sysutils/storcli/Makefile')
-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: |