Date: Mon, 26 Feb 2024 05:44:53 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: df5519e39541 - main - sysutils/jaildaemon: Moved man to share/man Message-ID: <202402260544.41Q5irss015698@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=df5519e39541c5554c8a3203f7fe5e4289fe1517 commit df5519e39541c5554c8a3203f7fe5e4289fe1517 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 05:43:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 05:43:24 +0000 sysutils/jaildaemon: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/jaildaemon/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sysutils/jaildaemon/Makefile b/sysutils/jaildaemon/Makefile index 47dcec00f893..c6d25800228e 100644 --- a/sysutils/jaildaemon/Makefile +++ b/sysutils/jaildaemon/Makefile @@ -1,5 +1,6 @@ PORTNAME= jaildaemon PORTVERSION= 0.5 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://erdgeist.org/arts/software/jaildaemon/ @@ -16,6 +17,9 @@ USES= tar:bzip2 PLIST_FILES= bin/jaildaemon \ etc/rc.d/jaildaemon \ - man/man1/jaildaemon.1.gz + share/man/man1/jaildaemon.1.gz + +post-patch: + @${REINPLACE_CMD} -e 's|man/man|share/man/man|' ${WRKSRC}/Makefile .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402260544.41Q5irss015698>