aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitri Goutnik <dmgk@FreeBSD.org>2022-12-12 20:22:03 +0000
committerDmitri Goutnik <dmgk@FreeBSD.org>2022-12-12 20:30:09 +0000
commit5c595640f3d51b8546c4f0fe576039ddec85fa16 (patch)
tree1e5f3b3a6519e8acbab5ec3cb51dae9f2d7a104d
parent40b230a1d70f1339ed68444c0ecc7e883e34e1f8 (diff)
downloadports-5c595640f3d51b8546c4f0fe576039ddec85fa16.tar.gz
ports-5c595640f3d51b8546c4f0fe576039ddec85fa16.zip
security/age: Install man pages
PR: 268253 Reported by: trasz
-rw-r--r--security/age/Makefile10
1 files 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>