Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Mar 2024 21:11:40 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b99ee9a69580 - main - mail/exmh2: move man page
Message-ID:  <202403012111.421LBeCT047150@gitrepo.freebsd.org>

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

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

commit b99ee9a695802ae99b14c7544e107bbe7b41b297
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2024-03-01 19:24:44 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2024-03-01 21:11:18 +0000

    mail/exmh2: move man page
---
 mail/exmh2/Makefile        | 2 +-
 mail/exmh2/pkg-plist       | 2 +-
 mail/exmh2/scripts/install | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mail/exmh2/Makefile b/mail/exmh2/Makefile
index 250c92cb820a..5de96254500e 100644
--- a/mail/exmh2/Makefile
+++ b/mail/exmh2/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	exmh
 PORTVERSION=	2.9.0
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES+=	mail tk
 # XXX: Standard SF fails with a hung download
 MASTER_SITES=	https://sourceforge.net/projects/${PORTNAME}/files/${PORTNAME}/${PORTVERSION}/
diff --git a/mail/exmh2/pkg-plist b/mail/exmh2/pkg-plist
index 328b544c0983..c499e379347e 100644
--- a/mail/exmh2/pkg-plist
+++ b/mail/exmh2/pkg-plist
@@ -228,4 +228,4 @@ lib/exmh-%%EXMH_VERSION%%/widgetText.tcl
 lib/exmh-%%EXMH_VERSION%%/widgets.tcl
 lib/exmh-%%EXMH_VERSION%%/xns.tcl
 lib/exmh-%%EXMH_VERSION%%/xnsgetmail.exp
-man/man1/exmh.1.gz
+share/man/man1/exmh.1.gz
diff --git a/mail/exmh2/scripts/install b/mail/exmh2/scripts/install
index 2cce7079f859..6e1f38397bc8 100644
--- a/mail/exmh2/scripts/install
+++ b/mail/exmh2/scripts/install
@@ -5,8 +5,8 @@ VERSION="`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`"
 # Rename while installing..
 for i in exmh
 do
-	echo "install -c $i.l ${PREFIX}/man/man1/$i.1"
-	install -c $i.l ${PREFIX}/man/man1/$i.1
+	echo "install -c $i.l ${PREFIX}/share/man/man1/$i.1"
+	install -c $i.l ${PREFIX}/share/man/man1/$i.1
 done
 
 BINS="exmh-async exmh-bg exmh-strip exmh ftp.expect inc.expect"



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