Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 08:19:31 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: c82dff521a1a - main - net/jwhois: Moved man to share/man
Message-ID:  <202402250819.41P8JVH0028278@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=c82dff521a1a00c7fddc8686e975112eb0b16bcc

commit c82dff521a1a00c7fddc8686e975112eb0b16bcc
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 08:10:45 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 08:19:02 +0000

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

diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile
index 7781f62a60a7..c173b3173706 100644
--- a/net/jwhois/Makefile
+++ b/net/jwhois/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	jwhois
 PORTVERSION=	4.0
-PORTREVISION=	8
+PORTREVISION=	9
 CATEGORIES=	net
 MASTER_SITES=	GNU \
 		https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/source/tree/Packages/j/:srpm
@@ -16,6 +16,7 @@ RUN_DEPENDS=	lynx:www/lynx
 LIB_DEPENDS=	libidn.so:dns/libidn
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 USES=		gettext gmake iconv
 CPPFLAGS+=	-I${PREFIX}/include
 LDFLAGS+=	-L${PREFIX}/lib
diff --git a/net/jwhois/pkg-plist b/net/jwhois/pkg-plist
index cc0fdb6dc702..d19f4af7dc63 100644
--- a/net/jwhois/pkg-plist
+++ b/net/jwhois/pkg-plist
@@ -1,7 +1,7 @@
 bin/jwhois
 @sample etc/jwhois.conf.sample
-man/man1/jwhois.1.gz
-man/sv/man1/jwhois.1.gz
+share/man/man1/jwhois.1.gz
+share/man/sv/man1/jwhois.1.gz
 %%NLS%%share/locale/es/LC_MESSAGES/jwhois.mo
 %%NLS%%share/locale/fr/LC_MESSAGES/jwhois.mo
 %%NLS%%share/locale/hu/LC_MESSAGES/jwhois.mo



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