Date: Wed, 6 Mar 2024 13:03:38 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 46ed59826a3d - main - devel/love10: Move man pages to share/man Message-ID: <202403061303.426D3cVC087121@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=46ed59826a3d418207c269b2ce87f3a6a49c20e1 commit 46ed59826a3d418207c269b2ce87f3a6a49c20e1 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-06 11:14:23 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-06 13:03:21 +0000 devel/love10: Move man pages to share/man Approved by: portmgr (blanket) --- devel/love10/Makefile | 3 ++- devel/love10/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/love10/Makefile b/devel/love10/Makefile index 7e861c4e79ab..09df76ffab02 100644 --- a/devel/love10/Makefile +++ b/devel/love10/Makefile @@ -1,6 +1,6 @@ PORTNAME= love PORTVERSION= 0.10.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= devel games MASTER_SITES= https://bitbucket.org/rude/love/downloads/ \ http://mirror.amdmi3.ru/distfiles/ @@ -29,6 +29,7 @@ USES= autoreconf compiler:c++11-lib desktop-file-utils gl gmake \ USE_SDL= sdl2 USE_GL= gl glu GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --program-suffix=${PKGNAMESUFFIX} WRKSRC= ${WRKDIR}/love-${PORTVERSION} INSTALL_TARGET= install-strip diff --git a/devel/love10/pkg-plist b/devel/love10/pkg-plist index 2f8951d46bf7..585617a742d6 100644 --- a/devel/love10/pkg-plist +++ b/devel/love10/pkg-plist @@ -2,7 +2,7 @@ bin/love10 lib/liblove10.so lib/liblove10.so.0 lib/liblove10.so.0.0.0 -man/man1/love10.1.gz +share/man/man1/love10.1.gz share/applications/love10.desktop share/icons/hicolor/scalable/mimetypes/application-x-love10-game.svg share/mime/packages/love10.xml
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403061303.426D3cVC087121>