Skip to content

Commit

Permalink
net/aws-ec2-imdsv2-get: Fix plist
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cperciva committed Jun 13, 2023
1 parent 7727c1a commit f84fc76
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions net/aws-ec2-imdsv2-get/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit f84fc76

Please sign in to comment.