mail/exmh2: move man page

This commit is contained in:
Cy Schubert 2024-03-01 11:24:44 -08:00
parent d534f50cee
commit b99ee9a695
3 changed files with 4 additions and 4 deletions

View File

@ -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}/

View File

@ -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

View File

@ -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"