Date: Sun, 25 Feb 2024 12:55:28 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 45937d960b44 - main - security/age: Moved man to share/man Message-ID: <202402251255.41PCtSCJ006698@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=45937d960b44611de1c473eb886ee66815ef2ddf commit 45937d960b44611de1c473eb886ee66815ef2ddf Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:32:26 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 12:54:44 +0000 security/age: Moved man to share/man Approved by: portmgr (blanket) --- security/age/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/security/age/Makefile b/security/age/Makefile index 644ffeaebc51..529022d579c3 100644 --- a/security/age/Makefile +++ b/security/age/Makefile @@ -1,7 +1,7 @@ PORTNAME= age DISTVERSIONPREFIX= v DISTVERSION= 1.1.1 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= security MAINTAINER= dmgk@FreeBSD.org @@ -19,10 +19,10 @@ GO_TARGET= ./cmd/age \ PLIST_FILES= bin/age \ bin/age-keygen \ - man/man1/age-keygen.1.gz \ - man/man1/age.1.gz + share/man/man1/age-keygen.1.gz \ + share/man/man1/age.1.gz post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/doc/*.1 ${STAGEDIR}${PREFIX}/share/man/man1/ .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251255.41PCtSCJ006698>