Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 11:49:52 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: 6901ec5a3e95 - main - graphics/libspiro: Moved man to share/man
Message-ID:  <202401301149.40UBnq5S044380@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=6901ec5a3e95f760b477441c3f83d8e431fd690c

commit 6901ec5a3e95f760b477441c3f83d8e431fd690c
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 11:23:47 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 11:49:29 +0000

    graphics/libspiro: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 graphics/libspiro/Makefile  | 2 ++
 graphics/libspiro/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/graphics/libspiro/Makefile b/graphics/libspiro/Makefile
index 03dd296e4c6b..28f7df6e2560 100644
--- a/graphics/libspiro/Makefile
+++ b/graphics/libspiro/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libspiro
 DISTVERSION=	20221101
+PORTREVISION=	1
 PORTEPOCH=	1
 CATEGORIES=	graphics
 MASTER_SITES=	https://github.com/fontforge/${PORTNAME}/releases/download/${DISTVERSION}/
@@ -17,6 +18,7 @@ CPE_VENDOR=	libspiro_project
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 
 INSTALL_TARGET=	install-strip
 
diff --git a/graphics/libspiro/pkg-plist b/graphics/libspiro/pkg-plist
index 42c60d6fcb51..761cd0cb41e0 100644
--- a/graphics/libspiro/pkg-plist
+++ b/graphics/libspiro/pkg-plist
@@ -6,4 +6,4 @@ lib/libspiro.so
 lib/libspiro.so.1
 lib/libspiro.so.1.0.3
 libdata/pkgconfig/libspiro.pc
-man/man3/libspiro.3.gz
+share/man/man3/libspiro.3.gz



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