mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
textproc/unrtf: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
c2eedc2984
commit
b46a39e082
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
PORTNAME= unrtf
|
PORTNAME= unrtf
|
||||||
PORTVERSION= 0.21.10
|
PORTVERSION= 0.21.10
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= textproc
|
CATEGORIES= textproc
|
||||||
MASTER_SITES= GNU
|
MASTER_SITES= GNU
|
||||||
|
|
||||||
|
@ -12,6 +13,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= autoreconf cpe gmake iconv localbase:ldflags
|
USES= autoreconf cpe gmake iconv localbase:ldflags
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
CONFIGURE_ARGS= --libdir=${PREFIX}/share
|
CONFIGURE_ARGS= --libdir=${PREFIX}/share
|
||||||
CPE_VENDOR= unrtf_project
|
CPE_VENDOR= unrtf_project
|
||||||
TEST_TARGET= check
|
TEST_TARGET= check
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/unrtf
|
bin/unrtf
|
||||||
man/man1/unrtf.1.gz
|
share/man/man1/unrtf.1.gz
|
||||||
%%DATADIR%%/SYMBOL.charmap
|
%%DATADIR%%/SYMBOL.charmap
|
||||||
%%DATADIR%%/html.conf
|
%%DATADIR%%/html.conf
|
||||||
%%DATADIR%%/latex.conf
|
%%DATADIR%%/latex.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue