Skip to content

Commit

Permalink
net/trickle: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 25, 2024
1 parent 904ea5f commit 177eb81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion net/trickle/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= trickle
PORTVERSION= 1.07
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= net
MASTER_SITES= https://monkey.org/~marius/trickle/

Expand All @@ -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

Expand Down
6 changes: 3 additions & 3 deletions net/trickle/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 177eb81

Please sign in to comment.