Date: Sat, 9 Mar 2024 12:58:39 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: e737dd2317eb - main - graphics/cal3d: Move man pages to share/man Message-ID: <202403091258.429CwdDj068320@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=e737dd2317ebc55317656514ea3bb98e9a3fc950 commit e737dd2317ebc55317656514ea3bb98e9a3fc950 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-09 11:11:20 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-09 12:58:22 +0000 graphics/cal3d: Move man pages to share/man Approved by: portmgr (blanket) --- graphics/cal3d/Makefile | 5 ++++- graphics/cal3d/pkg-plist | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/graphics/cal3d/Makefile b/graphics/cal3d/Makefile index 013a64bbfd75..084ddbcfad3b 100644 --- a/graphics/cal3d/Makefile +++ b/graphics/cal3d/Makefile @@ -1,5 +1,6 @@ PORTNAME= cal3d PORTVERSION= 0.11.1 # see note below +PORTREVISION= 1 CATEGORIES= graphics devel MASTER_SITES= LOCAL/acm/cal3d DISTNAME= cal3d-20060720 @@ -16,10 +17,12 @@ WWW= http://gna.org/projects/cal3d/ # number of 0.11.1 to indicate it comes after 0.11.0 rather than changing # the version scheme completely. -GNU_CONFIGURE= yes USES= autoreconf compiler:c++11-lang libtool pathfix pkgconfig \ tar:bzip2 USE_LDCONFIG= yes +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share + INSTALL_TARGET= install-strip post-patch: diff --git a/graphics/cal3d/pkg-plist b/graphics/cal3d/pkg-plist index f807cd8f8cbc..25d3d576cffe 100644 --- a/graphics/cal3d/pkg-plist +++ b/graphics/cal3d/pkg-plist @@ -47,4 +47,4 @@ lib/libcal3d.so lib/libcal3d.so.12 lib/libcal3d.so.12.0.0 libdata/pkgconfig/cal3d.pc -man/man1/cal3d_converter.1.gz +share/man/man1/cal3d_converter.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403091258.429CwdDj068320>