git: d25378fd2095 - main - sysutils/ebsnvme-id: Move man page to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Mar 2024 08:22:03 UTC
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=d25378fd2095ca846e761e03690a33ffcf2b48d4 commit d25378fd2095ca846e761e03690a33ffcf2b48d4 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2024-03-29 08:17:07 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2024-03-29 08:17:08 +0000 sysutils/ebsnvme-id: Move man page to share/man Approved by: portmgr (blanket) --- sysutils/ebsnvme-id/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sysutils/ebsnvme-id/Makefile b/sysutils/ebsnvme-id/Makefile index e85c4c9d3023..1a4fe5881ca8 100644 --- a/sysutils/ebsnvme-id/Makefile +++ b/sysutils/ebsnvme-id/Makefile @@ -1,5 +1,6 @@ PORTNAME= ebsnvme-id DISTVERSION= 1.0.2 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= cperciva@FreeBSD.org @@ -14,10 +15,12 @@ GH_ACCOUNT= cperciva USES= uidfix +MAKE_ARGS= MANDIR=${PREFIX}/share/man/man + PLIST_FILES= etc/rc.d/dev_aws_disk \ etc/devd/dev-aws-disk.conf \ sbin/ebsnvme-id \ - man/man8/ebsnvme-id.8.gz + share/man/man8/ebsnvme-id.8.gz post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/devd