Skip to content

Commit

Permalink
textproc/scr2txt: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 16, 2024
1 parent 90f1c0f commit e90da7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions textproc/scr2txt/Makefile
@@ -1,5 +1,6 @@
PORTNAME= scr2txt
PORTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= LOCAL/nik

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

0 comments on commit e90da7f

Please sign in to comment.