Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Jan 2024 15:45:24 GMT
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: eb27d10394b5 - main - sysutils/most: Move man pages to share/man
Message-ID:  <202401231545.40NFjO0X072328@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=eb27d10394b52e4969cd0907281a86b98d3343ec

commit eb27d10394b52e4969cd0907281a86b98d3343ec
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2024-01-23 15:45:20 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2024-01-23 15:45:20 +0000

    sysutils/most: Move man pages to share/man
---
 sysutils/most/Makefile                    | 5 +++--
 sysutils/most/files/patch-src_Makefile.in | 2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/sysutils/most/Makefile b/sysutils/most/Makefile
index 7940d78c842c..9dc4ee7b8340 100644
--- a/sysutils/most/Makefile
+++ b/sysutils/most/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	most
-PORTVERSION=	5.2.0
+DISTVERSION=	5.2.0
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://www.jedsoft.org/releases/most/ \
 		LOCAL/ehaupt
@@ -18,7 +19,7 @@ CONFIGURE_ARGS+=	--enable-mmap
 MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/most \
-		man/man1/most.1.gz
+		share/man/man1/most.1.gz
 PORTDOCS=	README changes.txt lesskeys.rc most-fun.txt most.rc most.txt
 
 OPTIONS_DEFINE=	DOCS
diff --git a/sysutils/most/files/patch-src_Makefile.in b/sysutils/most/files/patch-src_Makefile.in
index 8b97db5fe407..26beba985d3a 100644
--- a/sysutils/most/files/patch-src_Makefile.in
+++ b/sysutils/most/files/patch-src_Makefile.in
@@ -5,7 +5,7 @@
  datarootdir	= @datarootdir@
  BIN_DIR		= $(prefix)/bin
 -MAN_DIR		= $(datarootdir)/man
-+MAN_DIR		= $(prefix)/man
++MAN_DIR		= $(prefix)/share/man
  DOC_DIR		= $(datarootdir)/doc/most
  SYS_INITFILE	= @sysconfdir@/most.conf
  MKINSDIR	= ../autoconf/mkinsdir.sh



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