Date: Sun, 25 Feb 2024 10:32:36 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: 7b16f5c10561 - main - net/rude: Moved man to share/man Message-ID: <202402251032.41PAWa17066295@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=7b16f5c1056139a54e0f8545b9e1882e3ac34da6 commit 7b16f5c1056139a54e0f8545b9e1882e3ac34da6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 10:08:00 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 10:31:37 +0000 net/rude: Moved man to share/man Approved by: portmgr (blanket) --- net/rude/Makefile | 3 ++- net/rude/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/net/rude/Makefile b/net/rude/Makefile index 6a54bc08b238..721f4873b0e1 100644 --- a/net/rude/Makefile +++ b/net/rude/Makefile @@ -1,6 +1,6 @@ PORTNAME= rude PORTVERSION= 0.70 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/DOC/COPYING RUN_DEPENDS= p5-Tk>=0:x11-toolkits/p5-Tk HAS_CONFIGURE= yes +CONFIGURE_ARGS= --mandir=${PREFIX}/share/man CONFIGURE_ENV= --with-debug-lvl=3 USES= perl5 shebangfix SHEBANG_FILES= grude/grude diff --git a/net/rude/pkg-plist b/net/rude/pkg-plist index cc44f40c84f5..71b1542d2a08 100644 --- a/net/rude/pkg-plist +++ b/net/rude/pkg-plist @@ -1,5 +1,5 @@ bin/crude bin/grude bin/rude -man/man8/crude.8.gz -man/man8/rude.8.gz +share/man/man8/crude.8.gz +share/man/man8/rude.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251032.41PAWa17066295>