accessibility/sct: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-02 16:07:48 +00:00
parent da0c262399
commit b9cbc8e918
1 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= sct
DISTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= accessibility
MAINTAINER= 0mp@FreeBSD.org
@ -13,9 +14,10 @@ USES= xorg
USE_GITHUB= yes
GH_ACCOUNT= 0mp
USE_XORG= x11 xrandr
MAKE_ARGS= MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
PLIST_FILES= bin/sct \
man/man1/sct.1.gz
share/man/man1/sct.1.gz
.include <bsd.port.mk>