Date: Thu, 22 Feb 2024 12:03:18 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: 56f543ff1acf - main - astro/foxtrotgps: Moved man to share/man Message-ID: <202402221203.41MC3IhO074212@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=56f543ff1acf684a03709789c85d1fa5bc9875bd commit 56f543ff1acf684a03709789c85d1fa5bc9875bd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 11:38:42 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 12:02:54 +0000 astro/foxtrotgps: Moved man to share/man Approved by: portmgr (blanket) --- astro/foxtrotgps/Makefile | 3 ++- astro/foxtrotgps/pkg-plist | 6 +++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/astro/foxtrotgps/Makefile b/astro/foxtrotgps/Makefile index 21b3a0d89fec..132740400557 100644 --- a/astro/foxtrotgps/Makefile +++ b/astro/foxtrotgps/Makefile @@ -1,6 +1,6 @@ PORTNAME= foxtrotgps PORTVERSION= 1.2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro geography MASTER_SITES= http://www.foxtrotgps.org/releases/ @@ -31,6 +31,7 @@ SHEBANG_FILES= contrib/convert2gpx \ contrib/poi2osm GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-schemas-install CONFIGURE_ENV= DATADIRNAME=share diff --git a/astro/foxtrotgps/pkg-plist b/astro/foxtrotgps/pkg-plist index 831d7433096b..c44834d5f55a 100644 --- a/astro/foxtrotgps/pkg-plist +++ b/astro/foxtrotgps/pkg-plist @@ -20,9 +20,9 @@ share/locale/pt_BR/LC_MESSAGES/foxtrotgps.mo share/locale/ru/LC_MESSAGES/foxtrotgps.mo share/locale/sk/LC_MESSAGES/foxtrotgps.mo share/locale/sr/LC_MESSAGES/foxtrotgps.mo -man/man1/convert2gpx.1.gz -man/man1/convert2osm.1.gz -man/man1/foxtrotgps.1.gz +share/man/man1/convert2gpx.1.gz +share/man/man1/convert2osm.1.gz +share/man/man1/foxtrotgps.1.gz share/applications/foxtrotgps.desktop %%DOCSDIR%%/cc-by-sa.png %%DOCSDIR%%/cc-by-sa_small.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221203.41MC3IhO074212>