git: c3fd3e3da324 - main - net-mgmt/rcpd: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 06:50:30 UTC
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>