Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Mar 2024 13:30:45 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: 5ff0132f9e27 - main - finance/libofx: Move man pages to share/man
Message-ID:  <202403071330.427DUjbX065227@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=5ff0132f9e27b30e36ff6a47083513d2b8346b66

commit 5ff0132f9e27b30e36ff6a47083513d2b8346b66
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-07 11:59:25 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-07 13:30:32 +0000

    finance/libofx: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 finance/libofx/Makefile  | 2 ++
 finance/libofx/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile
index 78c1e786caa6..f8b3af829398 100644
--- a/finance/libofx/Makefile
+++ b/finance/libofx/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	libofx
 PORTVERSION=	0.10.9
+PORTREVISION=	1
 CATEGORIES=	finance
 MASTER_SITES=	https://github.com/${PORTNAME}/${PORTNAME}/releases/download/${PORTVERSION}/ \
 		SF/${PORTNAME}/${PORTNAME}
@@ -23,6 +24,7 @@ CONFIGURE_ARGS=	--disable-doxygen --disable-dot --disable-gengetopt \
 		--with-opensp-includes=${LOCALBASE}/include/OpenSP \
 		--with-opensp-libs=${LOCALBASE}/lib
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 TEST_TARGET=	check
diff --git a/finance/libofx/pkg-plist b/finance/libofx/pkg-plist
index 818f14cbb475..8c4df21663e7 100644
--- a/finance/libofx/pkg-plist
+++ b/finance/libofx/pkg-plist
@@ -7,9 +7,9 @@ lib/libofx.so
 lib/libofx.so.7
 lib/libofx.so.7.0.4
 libdata/pkgconfig/libofx.pc
-man/man1/ofxconnect.1.gz
-man/man1/ofxdump.1.gz
 %%DATADIR%%/dtd/ofc.dtd
 %%DATADIR%%/dtd/ofx160.dtd
 %%DATADIR%%/dtd/ofx201.dtd
 %%DATADIR%%/dtd/opensp.dcl
+share/man/man1/ofxconnect.1.gz
+share/man/man1/ofxdump.1.gz



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