git: 74c4cf0a7a86 - main - graphics/gource: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 09 Mar 2024 12:58:46 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=74c4cf0a7a86a29c02b65295bbf60d284aede2f6 commit 74c4cf0a7a86a29c02b65295bbf60d284aede2f6 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-09 11:37:33 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-09 12:58:23 +0000 graphics/gource: Move man pages to share/man Approved by: portmgr (blanket) --- graphics/gource/Makefile | 3 ++- graphics/gource/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/gource/Makefile b/graphics/gource/Makefile index 741d09bef818..077b2b082a6b 100644 --- a/graphics/gource/Makefile +++ b/graphics/gource/Makefile @@ -1,6 +1,6 @@ PORTNAME= gource PORTVERSION= 0.51 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= graphics MASTER_SITES= https://github.com/acaudwell/Gource/releases/download/${PORTNAME}-${PORTVERSION}/ @@ -20,6 +20,7 @@ RUN_DEPENDS= ${LOCALBASE}/include/glm/glm.hpp:math/glm USES= compiler:c++0x cpe gl gmake pkgconfig sdl GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share USE_GL= glew gl glu USE_SDL= image2 sdl2 diff --git a/graphics/gource/pkg-plist b/graphics/gource/pkg-plist index 9c440253b02e..f7e70dee2e56 100644 --- a/graphics/gource/pkg-plist +++ b/graphics/gource/pkg-plist @@ -1,5 +1,4 @@ bin/gource -man/man1/gource.1.gz %%DATADIR%%/beam.png %%DATADIR%%/bloom.tga %%DATADIR%%/bloom_alpha.tga @@ -14,3 +13,4 @@ man/man1/gource.1.gz %%DATADIR%%/shaders/text.frag %%DATADIR%%/shaders/text.vert %%DATADIR%%/user.png +share/man/man1/gource.1.gz