Date: Fri, 23 Feb 2024 12:00:49 GMT From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 768b95a104a6 - main - www/c-icap: Moved manpages to share/man Message-ID: <202402231200.41NC0nB2009301@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=768b95a104a6000e88f8132b41ef125317b68243 commit 768b95a104a6000e88f8132b41ef125317b68243 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2024-02-23 11:59:54 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2024-02-23 12:00:45 +0000 www/c-icap: Moved manpages to share/man Approved by: portmgr (blanket) Sponsored by: Rubicon Communications, LLC ("Netgate") --- www/c-icap/Makefile | 2 ++ www/c-icap/pkg-plist | 12 ++++++------ 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/www/c-icap/Makefile b/www/c-icap/Makefile index d59362d1dc63..d2fb96b2c567 100644 --- a/www/c-icap/Makefile +++ b/www/c-icap/Makefile @@ -1,5 +1,6 @@ PORTNAME= c-icap PORTVERSION= 0.5.11 +PORTREVISION= 1 PORTEPOCH= 2 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.5.x/ @@ -23,6 +24,7 @@ USE_RC_SUBR= c-icap GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var \ --sysconfdir="${PREFIX}/etc/c-icap" +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip diff --git a/www/c-icap/pkg-plist b/www/c-icap/pkg-plist index c688b9dde3b3..42f784e5247f 100644 --- a/www/c-icap/pkg-plist +++ b/www/c-icap/pkg-plist @@ -54,11 +54,11 @@ lib/c_icap/sys_logger.so lib/libicapapi.so lib/libicapapi.so.5 lib/libicapapi.so.5.0.11 -man/man8/c-icap-client.8.gz -man/man8/c-icap-config.8.gz -man/man8/c-icap-libicapapi-config.8.gz -man/man8/c-icap-mkbdb.8.gz -man/man8/c-icap-stretch.8.gz -man/man8/c-icap.8.gz +share/man/man8/c-icap-client.8.gz +share/man/man8/c-icap-config.8.gz +share/man/man8/c-icap-libicapapi-config.8.gz +share/man/man8/c-icap-mkbdb.8.gz +share/man/man8/c-icap-stretch.8.gz +share/man/man8/c-icap.8.gz @dir(%%CICAP_USER%%,%%CICAP_GROUP%%,) %%RUN_DIR%% @dir(%%CICAP_USER%%,%%CICAP_GROUP%%,) %%LOG_DIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231200.41NC0nB2009301>