aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Leres <leres@FreeBSD.org>2021-05-11 21:23:09 +0000
committerCraig Leres <leres@FreeBSD.org>2021-05-11 21:23:09 +0000
commit13681bc9761350783c6d0c5858979faa6ff1bd1a (patch)
tree0e311508124bfa3274e4c1ef3b38110be046ea52
parentad8e0bee143a9c658316f22ced5b43f9ea11ee12 (diff)
downloadports-13681bc9761350783c6d0c5858979faa6ff1bd1a.tar.gz
ports-13681bc9761350783c6d0c5858979faa6ff1bd1a.zip
sysutils/nvme-cli: Add missing PLIST_FILES
PR: 255714 Approved by: imp (maintainer)
-rw-r--r--sysutils/nvme-cli/Makefile2
1 files changed, 2 insertions, 0 deletions
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
@@ -16,6 +16,8 @@ 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