mirror of
https://git.freebsd.org/ports.git
synced 2025-05-07 19:30:46 -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
|
PORTNAME= scr2txt
|
||||||
PORTVERSION= 1.2
|
PORTVERSION= 1.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= LOCAL/nik
|
MASTER_SITES= LOCAL/nik
|
||||||
|
|
||||||
|
@ -8,9 +9,9 @@ COMMENT= Converts the output of "vidcontrol -p" to text
|
||||||
|
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
USES= uidfix
|
USES= uidfix
|
||||||
MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}
|
MAKE_ENV= BINDIR=${PREFIX}/bin SHAREDIR=${PREFIX}/share
|
||||||
|
|
||||||
PLIST_FILES= bin/scr2txt \
|
PLIST_FILES= bin/scr2txt \
|
||||||
man/man1/scr2txt.1.gz
|
share/man/man1/scr2txt.1.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue