Date: Wed, 21 Feb 2024 11:08:45 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: b481f039f94f - main - astro/xplanet: Moved man to share/man Message-ID: <202402211108.41LB8jVl079853@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=b481f039f94ffb680d5077ef8264b844abe94c82 commit b481f039f94ffb680d5077ef8264b844abe94c82 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-21 10:16:48 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-21 11:08:23 +0000 astro/xplanet: Moved man to share/man Approved by: portmgr (blanket) --- astro/xplanet/Makefile | 3 ++- astro/xplanet/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/astro/xplanet/Makefile b/astro/xplanet/Makefile index 9f5d55a4ba29..ce8400593523 100644 --- a/astro/xplanet/Makefile +++ b/astro/xplanet/Makefile @@ -1,6 +1,6 @@ PORTNAME= xplanet PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro geography MASTER_SITES= SF @@ -9,6 +9,7 @@ COMMENT= Draw pictures of the earth textured by an image WWW= https://xplanet.sourceforge.net/ GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= iconv:wchar_t localbase xorg USE_XORG= x11 xext xt xscrnsaver CONFIGURE_ARGS= --with-map-extension=jpg diff --git a/astro/xplanet/pkg-plist b/astro/xplanet/pkg-plist index 1009b34cedab..079cd6fb08d6 100644 --- a/astro/xplanet/pkg-plist +++ b/astro/xplanet/pkg-plist @@ -1,5 +1,5 @@ bin/xplanet -man/man1/xplanet.1.gz +share/man/man1/xplanet.1.gz %%DATADIR%%/arcs/README %%DATADIR%%/arcs/constellations %%DATADIR%%/config/README
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402211108.41LB8jVl079853>