Date: Thu, 22 Feb 2024 12:03:19 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: ecaed6398133 - main - astro/nightfall: Moved man to share/man Message-ID: <202402221203.41MC3JHN074261@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=ecaed63981330552f7468575b6a34d2dea1d9f42 commit ecaed63981330552f7468575b6a34d2dea1d9f42 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-22 11:40:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-22 12:02:55 +0000 astro/nightfall: Moved man to share/man Approved by: portmgr (blanket) --- astro/nightfall/Makefile | 3 ++- astro/nightfall/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/astro/nightfall/Makefile b/astro/nightfall/Makefile index 00b632f6f9d0..40dc8e990af6 100644 --- a/astro/nightfall/Makefile +++ b/astro/nightfall/Makefile @@ -1,6 +1,6 @@ PORTNAME= nightfall PORTVERSION= 1.92 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro education MASTER_SITES= http://www.la-samhna.de/nightfall/ @@ -14,6 +14,7 @@ LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ USES= compiler gettext gmake gnome jpeg pathfix perl5 pkgconfig USE_GNOME= cairo gdkpixbuf2 gtk20 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-locale-prefix=${PREFIX}/share/locale \ diff --git a/astro/nightfall/pkg-plist b/astro/nightfall/pkg-plist index 6f06a575d862..b6f8f287193b 100644 --- a/astro/nightfall/pkg-plist +++ b/astro/nightfall/pkg-plist @@ -1,5 +1,5 @@ bin/nightfall -man/man1/nightfall.1.gz +share/man/man1/nightfall.1.gz share/applications/nightfall.desktop share/locale/de/LC_MESSAGES/nightfall.mo share/locale/it/LC_MESSAGES/nightfall.mo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402221203.41MC3JHN074261>