Date: Sat, 24 Feb 2024 11:20:26 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: 9a0c79233706 - main - graphics/povray38: Moved man to share/man Message-ID: <202402241120.41OBKQbo091767@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=9a0c7923370628b6875913dc48344b55ea450ac1 commit 9a0c7923370628b6875913dc48344b55ea450ac1 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 09:51:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 11:18:50 +0000 graphics/povray38: Moved man to share/man Approved by: portmgr (blanket) --- graphics/povray38/Makefile | 3 ++- graphics/povray38/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/povray38/Makefile b/graphics/povray38/Makefile index c69da0c80be3..c35c1b841a2d 100644 --- a/graphics/povray38/Makefile +++ b/graphics/povray38/Makefile @@ -1,7 +1,7 @@ PORTNAME= povray DISTVERSIONPREFIX= v DISTVERSION= 3.8.0-beta.2 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= https://github.com/POV-Ray/povray/releases/download/${DISTVERSIONPREFIX}${DISTVERSION}/ PKGNAMESUFFIX= 38 @@ -20,6 +20,7 @@ USES= compiler:c++14-lang gmake USE_CXXSTD= c++14 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share WRKSRC= ${WRKDIR}/${DISTNAME} VERSION_BASE= ${DISTVERSION:C/([0-9]+\.[0-9]+).*/\1/} diff --git a/graphics/povray38/pkg-plist b/graphics/povray38/pkg-plist index 4b3973987a0a..3a84f0e306da 100644 --- a/graphics/povray38/pkg-plist +++ b/graphics/povray38/pkg-plist @@ -1,7 +1,7 @@ bin/povray38 @sample %%ETCDIR%%/povray.conf.sample %%ETCDIR%%/povray.conf @sample %%ETCDIR%%/povray.ini.sample %%ETCDIR%%/povray.ini -man/man1/povray38.1.gz +share/man/man1/povray38.1.gz %%PORTDOCS%%%%DOCSDIR%%3.8/AUTHORS %%PORTDOCS%%%%DOCSDIR%%3.8/ChangeLog %%PORTDOCS%%%%DOCSDIR%%3.8/NEWS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241120.41OBKQbo091767>