diff --git a/sysutils/nvme-cli/Makefile b/sysutils/nvme-cli/Makefile index 8d5657ad3392..170a8a3520f6 100644 --- a/sysutils/nvme-cli/Makefile +++ b/sysutils/nvme-cli/Makefile @@ -1,24 +1,26 @@ # Created by: imp PORTNAME= nvme-cli PORTVERSION= 1.8.1 CATEGORIES= sysutils MAINTAINER= imp@FreeBSD.org COMMENT= Port of Linux nvme cli utility LICENSE= GPLv2 # only tested on amd64, all other archs are no-go until we're sure amd64 works. # And there's plenty in amd64 that compiles, but won't run (eg using /sys/, etc) ONLY_FOR_ARCHS= amd64 BROKEN_FreeBSD_11= Uses newer API than in 11.x USES= gmake +PLIST_FILES= sbin/nvme + USE_GITHUB= yes GH_ACCOUNT= bsdimp GH_PROJECT= nvme-cli GH_TAGNAME= c92d871 .include