1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

textproc/scr2txt: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Christian Weisgerber 2024-03-16 19:42:05 +00:00
parent 90f1c0f405
commit e90da7f8f6

View File

@ -1,5 +1,6 @@
PORTNAME= scr2txt
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= LOCAL/nik
@ -8,9 +9,9 @@ COMMENT= Converts the output of "vidcontrol -p" to text
NO_WRKSUBDIR= yes
USES= uidfix
MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}
MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}/share
PLIST_FILES= bin/scr2txt \
man/man1/scr2txt.1.gz
share/man/man1/scr2txt.1.gz
.include <bsd.port.mk>