Date: Wed, 21 Feb 2024 15:20:25 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 228cd04b20cd - main - www/xapian-omega: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) Message-ID: <202402211520.41LFKPNh028090@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=228cd04b20cdd54f52d06e1f1bea9cc194dd0ad0 commit 228cd04b20cdd54f52d06e1f1bea9cc194dd0ad0 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-02-21 14:30:11 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-02-21 15:06:51 +0000 www/xapian-omega: Update manpage location (003a571d1d6585196545295efc181514f171c4c4, r523104) --- www/xapian-omega/Makefile | 1 + www/xapian-omega/pkg-plist | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/www/xapian-omega/Makefile b/www/xapian-omega/Makefile index 959a3dbacd86..d1f4fde53f16 100644 --- a/www/xapian-omega/Makefile +++ b/www/xapian-omega/Makefile @@ -21,6 +21,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ ac_cv_func_snprintf=snprintf CONFIGURE_ENV= XAPIAN_CONFIG=${LOCALBASE}/bin/xapian-config GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_CXXSTD= c++11 USE_LDCONFIG= yes diff --git a/www/xapian-omega/pkg-plist b/www/xapian-omega/pkg-plist index f1aa87d40404..16dbd7e0a9fb 100644 --- a/www/xapian-omega/pkg-plist +++ b/www/xapian-omega/pkg-plist @@ -4,9 +4,6 @@ bin/mbox2omega bin/omindex bin/omindex-list bin/scriptindex -man/man1/omindex-list.1.gz -man/man1/omindex.1.gz -man/man1/scriptindex.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS @@ -30,6 +27,9 @@ man/man1/scriptindex.1.gz %%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/query %%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/topterms %%PORTEXAMPLES%%%%EXAMPLESDIR%%/templates/xml +share/man/man1/omindex-list.1.gz +share/man/man1/omindex.1.gz +share/man/man1/scriptindex.1.gz %%DATADIR%%/omega/htdig2omega.script %%DATADIR%%/omega/mbox2omega.script %%WWWDIR%%/cgi-bin/mhtml2html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211520.41LFKPNh028090>