git: f84fc766f12f - main - net/aws-ec2-imdsv2-get: Fix plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jun 2023 18:55:12 UTC
The branch main has been updated by cperciva:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f84fc766f12f634eb25269b1daa27b5216ec295e
commit f84fc766f12f634eb25269b1daa27b5216ec295e
Author: Colin Percival <cperciva@FreeBSD.org>
AuthorDate: 2023-06-13 18:53:17 +0000
Commit: Colin Percival <cperciva@FreeBSD.org>
CommitDate: 2023-06-13 18:54:49 +0000
net/aws-ec2-imdsv2-get: Fix plist
When I created the port, I forgot to put the binary into the plist.
We got a package with license and documentation but no binary.
Pointy hat to: cperciva
---
net/aws-ec2-imdsv2-get/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/net/aws-ec2-imdsv2-get/Makefile b/net/aws-ec2-imdsv2-get/Makefile
index ebadf09f04a4..1c99c5f96273 100644
--- a/net/aws-ec2-imdsv2-get/Makefile
+++ b/net/aws-ec2-imdsv2-get/Makefile
@@ -18,6 +18,8 @@ PORTDOCS= NOTICE README.md
OPTIONS_DEFINE= DOCS
+PLIST_FILES= bin/aws-ec2-imdsv2-get
+
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}