git: 5c595640f3d5 - main - security/age: Install man pages
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 12 Dec 2022 20:30:51 UTC
The branch main has been updated by dmgk:
URL: https://cgit.FreeBSD.org/ports/commit/?id=5c595640f3d51b8546c4f0fe576039ddec85fa16
commit 5c595640f3d51b8546c4f0fe576039ddec85fa16
Author: Dmitri Goutnik <dmgk@FreeBSD.org>
AuthorDate: 2022-12-12 20:22:03 +0000
Commit: Dmitri Goutnik <dmgk@FreeBSD.org>
CommitDate: 2022-12-12 20:30:09 +0000
security/age: Install man pages
PR: 268253
Reported by: trasz
---
security/age/Makefile | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
diff --git a/security/age/Makefile b/security/age/Makefile
index bd4bba5e50fb..f04be7a53ed5 100644
--- a/security/age/Makefile
+++ b/security/age/Makefile
@@ -1,7 +1,7 @@
PORTNAME= age
DISTVERSIONPREFIX= v
DISTVERSION= 1.0.0
-PORTREVISION= 9
+PORTREVISION= 10
CATEGORIES= security
MAINTAINER= dmgk@FreeBSD.org
@@ -17,6 +17,12 @@ GO_MODULE= filippo.io/age
GO_TARGET= ./cmd/age \
./cmd/age-keygen
-PLIST_FILES= ${GO_TARGET:C/.\/cmd/bin/}
+PLIST_FILES= bin/age \
+ bin/age-keygen \
+ man/man1/age-keygen.1.gz \
+ man/man1/age.1.gz
+
+post-install:
+ ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>