git: c6130f9840fd - main - net/rfbproxy: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 10:05:56 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=c6130f9840fd46ac3184d1d452f742fda274c7e1 commit c6130f9840fd46ac3184d1d452f742fda274c7e1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 09:57:08 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 10:05:29 +0000 net/rfbproxy: Moved man to share/man Approved by: portmgr (blanket) --- net/rfbproxy/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/rfbproxy/Makefile b/net/rfbproxy/Makefile index 4787779abaaa..407978103dab 100644 --- a/net/rfbproxy/Makefile +++ b/net/rfbproxy/Makefile @@ -1,5 +1,6 @@ PORTNAME= rfbproxy PORTVERSION= 1.1.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF @@ -8,10 +9,11 @@ COMMENT= Simple tool for recording VNC sessions WWW= https://rfbproxy.sourceforge.net/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= tar:bzip2 PLIST_FILES= bin/rfbproxy \ - man/man1/rfbproxy.1.gz + share/man/man1/rfbproxy.1.gz .include <bsd.port.mk>