Date: Mon, 20 Oct 2025 16:29:11 GMT From: Zsolt Udvari <uzsolt@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a48f72cbbe9c - main - games/lincity-ng: Fix directory of manual page Message-ID: <202510201629.59KGTB8O062262@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by uzsolt: URL: https://cgit.FreeBSD.org/ports/commit/?id=a48f72cbbe9ce000c2d09a1780c1c6a4b9a7aef0 commit a48f72cbbe9ce000c2d09a1780c1c6a4b9a7aef0 Author: Zsolt Udvari <uzsolt@FreeBSD.org> AuthorDate: 2025-10-20 16:11:28 +0000 Commit: Zsolt Udvari <uzsolt@FreeBSD.org> CommitDate: 2025-10-20 16:28:59 +0000 games/lincity-ng: Fix directory of manual page --- games/lincity-ng/Makefile | 3 +++ games/lincity-ng/pkg-plist | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/games/lincity-ng/Makefile b/games/lincity-ng/Makefile index 2861f7371683..234991b7b150 100644 --- a/games/lincity-ng/Makefile +++ b/games/lincity-ng/Makefile @@ -1,6 +1,7 @@ PORTNAME= lincity-ng DISTVERSION= 2.14.2 DISTVERSIONSUFFIX= -Source +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTNAME}-${DISTVERSION}/ @@ -21,6 +22,8 @@ USE_GNOME= libxml2 libxslt USE_SDL= image2 mixer2 sdl2 ttf2 USE_XORG= x11 +CMAKE_ARGS+= -DCMAKE_INSTALL_MANDIR=${PREFIX}/share/man/man6 + LDFLAGS+= -lpthread .include <bsd.port.mk> diff --git a/games/lincity-ng/pkg-plist b/games/lincity-ng/pkg-plist index 9a7d5a53080d..58584724787b 100644 --- a/games/lincity-ng/pkg-plist +++ b/games/lincity-ng/pkg-plist @@ -2,7 +2,7 @@ bin/lincity-ng share/applications/io.github.lincity_ng.lincity-ng.desktop share/icons/hicolor/128x128/apps/io.github.lincity_ng.lincity-ng.png share/icons/hicolor/256x256/apps/io.github.lincity_ng.lincity-ng.png -share/man/lincity-ng.6.gz +share/man/man6/lincity-ng.6.gz share/metainfo/io.github.lincity_ng.lincity-ng.metainfo.xml %%DATADIR%%/1328-to-2130.sh %%DATADIR%%/1328-to-2130.xslhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510201629.59KGTB8O062262>
