Date: Sat, 24 Feb 2024 11:20:42 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: 7fcb5828133e - main - irc/gruftistats: Moved man to share/man Message-ID: <202402241120.41OBKgm8092452@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=7fcb5828133e2a8fa5b309b9905e5be75ac9271f commit 7fcb5828133e2a8fa5b309b9905e5be75ac9271f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 10:51:02 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 11:19:04 +0000 irc/gruftistats: Moved man to share/man Approved by: portmgr (blanket) --- irc/gruftistats/Makefile | 6 ++++-- irc/gruftistats/pkg-plist | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/irc/gruftistats/Makefile b/irc/gruftistats/Makefile index 60a2de9b9166..bd565aada97e 100644 --- a/irc/gruftistats/Makefile +++ b/irc/gruftistats/Makefile @@ -1,6 +1,6 @@ PORTNAME= gruftistats PORTVERSION= 0.2.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= irc MASTER_SITES= SF @@ -8,9 +8,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Produces a web page of statistics and quotes from IRC channel logs WWW= https://gruftistats.sourceforge.net/ -GNU_CONFIGURE= YES USES= gmake +GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share + OPTIONS_DEFINE= DOCS post-patch: diff --git a/irc/gruftistats/pkg-plist b/irc/gruftistats/pkg-plist index 9c0a5cbc4a98..60f8580ca700 100644 --- a/irc/gruftistats/pkg-plist +++ b/irc/gruftistats/pkg-plist @@ -1,5 +1,5 @@ bin/gruftistats -man/man1/gruftistats.1.gz +share/man/man1/gruftistats.1.gz %%PORTDOCS%%share/doc/gruftistats/AUTHORS %%PORTDOCS%%share/doc/gruftistats/COPYING %%PORTDOCS%%share/doc/gruftistats/ChangeLog
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241120.41OBKgm8092452>