mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
textproc/scr2txt: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
90f1c0f405
commit
e90da7f8f6
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue