mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
www/logtools: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
3073d27cb0
commit
0f7eb166a6
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= logtools
|
PORTNAME= logtools
|
||||||
PORTVERSION= 0.13e
|
PORTVERSION= 0.13e
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= http://www.coker.com.au/logtools/
|
MASTER_SITES= http://www.coker.com.au/logtools/
|
||||||
|
|
||||||
|
@ -12,6 +12,7 @@ LICENSE= GPLv2
|
||||||
|
|
||||||
USES= compiler:c++11-lang tar:tgz
|
USES= compiler:c++11-lang tar:tgz
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e \
|
@${REINPLACE_CMD} -e \
|
||||||
|
|
|
@ -4,8 +4,8 @@ bin/clfsplit
|
||||||
bin/funnel
|
bin/funnel
|
||||||
bin/logprn
|
bin/logprn
|
||||||
@sample etc/clfdomainsplit.cfg.sample
|
@sample etc/clfdomainsplit.cfg.sample
|
||||||
man/man1/clfdomainsplit.1.gz
|
share/man/man1/clfdomainsplit.1.gz
|
||||||
man/man1/clfmerge.1.gz
|
share/man/man1/clfmerge.1.gz
|
||||||
man/man1/clfsplit.1.gz
|
share/man/man1/clfsplit.1.gz
|
||||||
man/man1/funnel.1.gz
|
share/man/man1/funnel.1.gz
|
||||||
man/man1/logprn.1.gz
|
share/man/man1/logprn.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue