Date: Sat, 24 Feb 2024 22:18:15 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: 5ebc063344a3 - main - net-mgmt/coovachilli: Moved man to share/man Message-ID: <202402242218.41OMIFfP011149@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=5ebc063344a3ca050009818cd225d4a591e4cae1 commit 5ebc063344a3ca050009818cd225d4a591e4cae1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 22:17:23 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 22:17:47 +0000 net-mgmt/coovachilli: Moved man to share/man Approved by: portmgr (blanket) --- net-mgmt/coovachilli/Makefile | 3 ++- net-mgmt/coovachilli/pkg-plist | 12 ++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/net-mgmt/coovachilli/Makefile b/net-mgmt/coovachilli/Makefile index 2aba6c055712..b270115fc2b9 100644 --- a/net-mgmt/coovachilli/Makefile +++ b/net-mgmt/coovachilli/Makefile @@ -1,6 +1,6 @@ PORTNAME= coovachilli PORTVERSION= 1.0.12 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://ap.coova.org/chilli/ \ http://www.geeklan.co.uk/files/ \ @@ -18,6 +18,7 @@ CONFLICTS= chillispot CONFIGURE_ARGS=-localstatedir=/var GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= cpe perl5 libtool CPE_VENDOR= ${PORTNAME}_project USE_PERL5= build diff --git a/net-mgmt/coovachilli/pkg-plist b/net-mgmt/coovachilli/pkg-plist index 72aa8a26b973..92f3b63e76cb 100644 --- a/net-mgmt/coovachilli/pkg-plist +++ b/net-mgmt/coovachilli/pkg-plist @@ -25,12 +25,12 @@ lib/libchilli.a lib/libchilli.so lib/libchilli.so.0.0.0 lib/libchilli.so.0 -man/man1/chilli_query.1.gz -man/man1/chilli_radconfig.1.gz -man/man1/chilli_response.1.gz -man/man5/chilli-radius.5.gz -man/man5/chilli.conf.5.gz -man/man8/chilli.8.gz +share/man/man1/chilli_query.1.gz +share/man/man1/chilli_radconfig.1.gz +share/man/man1/chilli_response.1.gz +share/man/man5/chilli-radius.5.gz +share/man/man5/chilli.conf.5.gz +share/man/man8/chilli.8.gz sbin/chilli sbin/chilli_query sbin/chilli_radconfig
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402242218.41OMIFfP011149>