Date: Sat, 24 Feb 2024 07:48:32 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: a98e69731d9f - main - games/lincity: Moved man to share/man Message-ID: <202402240748.41O7mWmY023814@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=a98e69731d9ffac5b745919b6a886382fd2ab22e commit a98e69731d9ffac5b745919b6a886382fd2ab22e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 07:23:24 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 07:23:24 +0000 games/lincity: Moved man to share/man Approved by: portmgr (blanket) --- games/lincity/Makefile | 3 ++- games/lincity/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/games/lincity/Makefile b/games/lincity/Makefile index 7d5ea36388d2..4d02f40e106e 100644 --- a/games/lincity/Makefile +++ b/games/lincity/Makefile @@ -1,6 +1,6 @@ PORTNAME= lincity PORTVERSION= 1.13.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/Lincity%20Development%20Source/${PORTVERSION} @@ -15,6 +15,7 @@ LIB_DEPENDS= libpng.so:graphics/png USES= gmake GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/games/lincity/pkg-plist b/games/lincity/pkg-plist index 6328973b754f..856a111a1308 100644 --- a/games/lincity/pkg-plist +++ b/games/lincity/pkg-plist @@ -1,5 +1,5 @@ %%PROG%% -man/man6/lincity.6.gz +share/man/man6/lincity.6.gz %%DATADIR%%/colour.pal %%DATADIR%%/help/ask-dir.hlp %%DATADIR%%/help/blacksmith.hlp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402240748.41O7mWmY023814>