Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Mar 2024 13:03:37 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: 1f3576213223 - main - devel/love: Move man pages to share/man
Message-ID:  <202403061303.426D3bnF087076@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=1f3576213223b8094b9b0358faeae9ceeb92279e

commit 1f3576213223b8094b9b0358faeae9ceeb92279e
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-06 11:09:35 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-06 13:03:20 +0000

    devel/love: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 devel/love/Makefile  | 2 ++
 devel/love/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/devel/love/Makefile b/devel/love/Makefile
index b8594f53fff3..f2f4161181a1 100644
--- a/devel/love/Makefile
+++ b/devel/love/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	love
 PORTVERSION=	11.4
+PORTREVISION=	1
 CATEGORIES=	devel games
 MASTER_SITES=	https://github.com/love2d/love/releases/download/${PORTVERSION}/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-linux-src
@@ -26,6 +27,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
 WRKSRC=		${WRKDIR}/love-${PORTVERSION}
 INSTALL_TARGET=	install-strip
 
diff --git a/devel/love/pkg-plist b/devel/love/pkg-plist
index fe41531ece03..558729c1bd34 100644
--- a/devel/love/pkg-plist
+++ b/devel/love/pkg-plist
@@ -1,7 +1,7 @@
 bin/love
 lib/liblove-11.4.so
 lib/liblove.so
-man/man1/love.1.gz
+share/man/man1/love.1.gz
 share/applications/love.desktop
 share/icons/hicolor/scalable/mimetypes/application-x-love-game.svg
 share/mime/packages/love.xml



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403061303.426D3bnF087076>