Date: Sat, 16 Mar 2024 19:42:48 GMT From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e90da7f8f60e - main - textproc/scr2txt: Move man pages to share/man Message-ID: <202403161942.42GJgm4f019360@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by naddy: URL: https://cgit.FreeBSD.org/ports/commit/?id=e90da7f8f60ee7f4a8a5034a43d27054432d4278 commit e90da7f8f60ee7f4a8a5034a43d27054432d4278 Author: Christian Weisgerber <naddy@FreeBSD.org> AuthorDate: 2024-03-16 19:42:05 +0000 Commit: Christian Weisgerber <naddy@FreeBSD.org> CommitDate: 2024-03-16 19:42:05 +0000 textproc/scr2txt: Move man pages to share/man Approved by: portmgr (blanket) --- textproc/scr2txt/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/scr2txt/Makefile b/textproc/scr2txt/Makefile index 6f6ba066479d..e6ce75b43045 100644 --- a/textproc/scr2txt/Makefile +++ b/textproc/scr2txt/Makefile @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403161942.42GJgm4f019360>