Date: Wed, 20 Mar 2024 18:38:06 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: 9ca0f1c654d4 - main - net/yazproxy: Move man pages to share/man Message-ID: <202403201838.42KIc6ci042159@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=9ca0f1c654d40d5b22f271d2161216aa17935eac commit 9ca0f1c654d40d5b22f271d2161216aa17935eac Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-20 18:32:08 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-20 18:37:13 +0000 net/yazproxy: Move man pages to share/man Approved by: portmgr (blanket) --- net/yazproxy/Makefile | 3 ++- net/yazproxy/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/yazproxy/Makefile b/net/yazproxy/Makefile index fdd4df181b54..ff88d7c0d79b 100644 --- a/net/yazproxy/Makefile +++ b/net/yazproxy/Makefile @@ -1,6 +1,6 @@ PORTNAME= yazproxy PORTVERSION= 1.3.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= http://ftp.indexdata.dk/pub/yazproxy/ @@ -12,6 +12,7 @@ LIB_DEPENDS= libyazpp.so:net/yaz++ USES= libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+=--enable-shared --with-yazpp=${LOCALBASE}/bin USE_LDCONFIG= yes diff --git a/net/yazproxy/pkg-plist b/net/yazproxy/pkg-plist index 5e5c1c2d682b..02971f7a6639 100644 --- a/net/yazproxy/pkg-plist +++ b/net/yazproxy/pkg-plist @@ -49,4 +49,4 @@ lib/yazproxy/mod_proxy_sample.so %%DATADIR%%/yazproxy.xsd %%DATADIR%%/yazproxyctl.sh %%DATADIR%%/zeerex-2.0.xsd -man/man8/yazproxy.8.gz +share/man/man8/yazproxy.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403201838.42KIc6ci042159>