Date: Sun, 25 Feb 2024 06:50:30 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: c3fd3e3da324 - main - net-mgmt/rcpd: Moved man to share/man Message-ID: <202402250650.41P6oU4M080137@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=c3fd3e3da324ca42954b2c51847529ceec523e59 commit c3fd3e3da324ca42954b2c51847529ceec523e59 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 06:49:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 06:49:54 +0000 net-mgmt/rcpd: Moved man to share/man Approved by: portmgr (blanket) --- net-mgmt/rcpd/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mgmt/rcpd/Makefile b/net-mgmt/rcpd/Makefile index d21f3137b894..3820ba80761a 100644 --- a/net-mgmt/rcpd/Makefile +++ b/net-mgmt/rcpd/Makefile @@ -1,5 +1,6 @@ PORTNAME= rcpd PORTVERSION= 1.3 +PORTREVISION= 1 CATEGORIES= net-mgmt net MASTER_SITES= ftp://ftp.shrubbery.net/pub/rcpd/ @@ -8,8 +9,9 @@ COMMENT= RCP server for routers and network devices WWW= https://www.shrubbery.net/rcpd/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= sbin/rcpd \ - man/man1/rcpd.1.gz + share/man/man1/rcpd.1.gz .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402250650.41P6oU4M080137>