Date: Sun, 25 Feb 2024 10:05:53 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: 10236b680a6a - main - net/quoted: Moved man to share/man Message-ID: <202402251005.41PA5rKF015739@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=10236b680a6ae4f2a22fada07b40e89e9c18ca89 commit 10236b680a6ae4f2a22fada07b40e89e9c18ca89 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 09:55:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 10:05:26 +0000 net/quoted: Moved man to share/man Approved by: portmgr (blanket) --- net/quoted/Makefile | 3 ++- net/quoted/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/net/quoted/Makefile b/net/quoted/Makefile index d1d10fe50a24..1b3511541f0f 100644 --- a/net/quoted/Makefile +++ b/net/quoted/Makefile @@ -1,6 +1,6 @@ PORTNAME= quoted PORTVERSION= 1.01 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net MASTER_SITES= http://www.mrp3.com/webutil/ @@ -12,5 +12,6 @@ USES= gmake USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share .include <bsd.port.mk> diff --git a/net/quoted/pkg-plist b/net/quoted/pkg-plist index a60869bda19e..bec1748f33aa 100644 --- a/net/quoted/pkg-plist +++ b/net/quoted/pkg-plist @@ -1,4 +1,4 @@ @rmtry /var/run/quoted.pid bin/quoted etc/quotes -man/man1/quoted.1.gz +share/man/man1/quoted.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251005.41PA5rKF015739>