net/rfbproxy: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-25 10:57:08 +01:00
parent c13a4dd1a1
commit c6130f9840
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 1 deletions

View File

@ -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>