Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 13 Jun 2023 18:55:12 GMT
From:      Colin Percival <cperciva@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f84fc766f12f - main - net/aws-ec2-imdsv2-get: Fix plist
Message-ID:  <202306131855.35DItC4g070577@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202306131855.35DItC4g070577>