mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
net/trickle: Moved man to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
904ea5f30f
commit
177eb81361
2 changed files with 5 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
|||
PORTNAME= trickle
|
||||
PORTVERSION= 1.07
|
||||
PORTREVISION= 7
|
||||
PORTREVISION= 8
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= https://monkey.org/~marius/trickle/
|
||||
|
||||
|
@ -17,6 +17,7 @@ USES= libtool localbase
|
|||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||
CONFIGURE_ARGS= --with-libevent=${LOCALBASE} \
|
||||
--sysconfdir=${PREFIX}/etc
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@ bin/trickle
|
|||
bin/tricklectl
|
||||
bin/trickled
|
||||
@sample etc/trickled.conf.sample
|
||||
man/man1/trickle.1.gz
|
||||
man/man5/trickled.conf.5.gz
|
||||
man/man8/trickled.8.gz
|
||||
share/man/man1/trickle.1.gz
|
||||
share/man/man5/trickled.conf.5.gz
|
||||
share/man/man8/trickled.8.gz
|
||||
lib/trickle/trickle-overload.so
|
||||
|
|
Loading…
Add table
Reference in a new issue