Skip to content

Commit

Permalink
mail/exmh-devel: move man page
Browse files Browse the repository at this point in the history
  • Loading branch information
cschuber committed Mar 1, 2024
1 parent e9926bc commit d534f50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions mail/exmh-devel/Makefile
Expand Up @@ -2,6 +2,7 @@

PORTNAME= exmh
PORTVERSION= ${COMMIT_DATE}
PORTREVISION= 1
CATEGORIES+= mail tk
.if !defined(MASTERDIR)
PKGNAMESUFFIX= -devel
Expand Down
2 changes: 1 addition & 1 deletion mail/exmh-devel/pkg-plist
Expand Up @@ -227,4 +227,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/exmh-devel/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 d534f50

Please sign in to comment.