Date: Sun, 25 Feb 2024 10:32:55 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 177eb8136199 - main - net/trickle: Moved man to share/man Message-ID: <202402251032.41PAWtJE067061@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=177eb8136199cb0de1e3f183b335abb385f4dc67 commit 177eb8136199cb0de1e3f183b335abb385f4dc67 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 10:27:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 10:31:49 +0000 net/trickle: Moved man to share/man Approved by: portmgr (blanket) --- net/trickle/Makefile | 3 ++- net/trickle/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/net/trickle/Makefile b/net/trickle/Makefile index a6747b5e8982..bda79ebadc67 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -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 diff --git a/net/trickle/pkg-plist b/net/trickle/pkg-plist index 6fa26228823d..72990ef2aef1 100644 --- a/net/trickle/pkg-plist +++ b/net/trickle/pkg-plist @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251032.41PAWtJE067061>