diff options
author | Craig Leres <leres@FreeBSD.org> | 2021-05-11 21:23:09 +0000 |
---|---|---|
committer | Craig Leres <leres@FreeBSD.org> | 2021-05-11 21:23:09 +0000 |
commit | 13681bc9761350783c6d0c5858979faa6ff1bd1a (patch) | |
tree | 0e311508124bfa3274e4c1ef3b38110be046ea52 | |
parent | ad8e0bee143a9c658316f22ced5b43f9ea11ee12 (diff) | |
download | ports-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/Makefile | 2 |
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 |