diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-16 19:42:05 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2024-03-16 19:42:05 +0000 |
commit | e90da7f8f60ee7f4a8a5034a43d27054432d4278 (patch) | |
tree | fd73680e891bceaa87d2f790e1e90ade6ec4b922 | |
parent | 90f1c0f4054cf1cac472e8e69dbed14232e230a6 (diff) |
textproc/scr2txt: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | textproc/scr2txt/Makefile | 5 |
1 files 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> |