diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-06 11:09:35 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-06 13:03:20 +0000 |
commit | 1f3576213223b8094b9b0358faeae9ceeb92279e (patch) | |
tree | ed5ca0741242ba0522a48d9ceae0f3b00e6ce21b /devel | |
parent | emulators/yuzu: change LICENSE prohibiting redistribution (diff) |
devel/love: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/love/Makefile | 2 | ||||
-rw-r--r-- | devel/love/pkg-plist | 2 |
2 files changed, 3 insertions, 1 deletions
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 |