Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Mar 2024 18:38:05 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: 732cc5e2174f - main - net/yaz++: Move man pages to share/man
Message-ID:  <202403201838.42KIc5YL042114@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=732cc5e2174f0d3356ea9bfaa95630318f2457ff

commit 732cc5e2174f0d3356ea9bfaa95630318f2457ff
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-20 18:28:28 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-20 18:37:12 +0000

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

diff --git a/net/yaz++/Makefile b/net/yaz++/Makefile
index d12cf3ed5d05..13e6d30c22ba 100644
--- a/net/yaz++/Makefile
+++ b/net/yaz++/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	yaz++
 PORTVERSION=	1.6.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://ftp.indexdata.dk/pub/yazpp/
 DISTNAME=	yazpp-${PORTVERSION}
@@ -12,6 +12,7 @@ WWW=		https://www.indexdata.dk/yazplusplus/
 LIB_DEPENDS=	libyaz.so:net/yaz
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--with-yaz=${LOCALBASE}/bin
 INSTALL_TARGET=	install-strip
 USES=		libtool
diff --git a/net/yaz++/pkg-plist b/net/yaz++/pkg-plist
index b7ceb8d5032d..7e700aec6122 100644
--- a/net/yaz++/pkg-plist
+++ b/net/yaz++/pkg-plist
@@ -24,7 +24,6 @@ lib/libzoompp.a
 lib/libzoompp.so
 lib/libzoompp.so.6
 lib/libzoompp.so.6.0.0
-man/man1/yazpp-config.1.gz
 share/aclocal/yazpp.m4
 share/doc/yazpp/api.html
 share/doc/yazpp/common/id.png
@@ -41,3 +40,4 @@ share/doc/yazpp/zoom-query.html
 share/doc/yazpp/zoom-record.html
 share/doc/yazpp/zoom-resultset.html
 share/doc/yazpp/zoom.html
+share/man/man1/yazpp-config.1.gz



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