Skip to content

Commit

Permalink
mail/exmh2: move man page
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuber committed Mar 1, 2024
1 parent d534f50 commit b99ee9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion mail/exmh2/Makefile
Expand Up @@ -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}/
Expand Down
2 changes: 1 addition & 1 deletion mail/exmh2/pkg-plist
Expand Up @@ -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
4 changes: 2 additions & 2 deletions mail/exmh2/scripts/install
Expand Up @@ -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"
Expand Down

0 comments on commit b99ee9a

Please sign in to comment.