mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
mail/exmh-devel: move man page
This commit is contained in:
parent
e9926bc04b
commit
d534f50cee
3 changed files with 4 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
PORTNAME= exmh
|
PORTNAME= exmh
|
||||||
PORTVERSION= ${COMMIT_DATE}
|
PORTVERSION= ${COMMIT_DATE}
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES+= mail tk
|
CATEGORIES+= mail tk
|
||||||
.if !defined(MASTERDIR)
|
.if !defined(MASTERDIR)
|
||||||
PKGNAMESUFFIX= -devel
|
PKGNAMESUFFIX= -devel
|
||||||
|
|
|
@ -227,4 +227,4 @@ lib/exmh-%%EXMH_VERSION%%/widgetText.tcl
|
||||||
lib/exmh-%%EXMH_VERSION%%/widgets.tcl
|
lib/exmh-%%EXMH_VERSION%%/widgets.tcl
|
||||||
lib/exmh-%%EXMH_VERSION%%/xns.tcl
|
lib/exmh-%%EXMH_VERSION%%/xns.tcl
|
||||||
lib/exmh-%%EXMH_VERSION%%/xnsgetmail.exp
|
lib/exmh-%%EXMH_VERSION%%/xnsgetmail.exp
|
||||||
man/man1/exmh.1.gz
|
share/man/man1/exmh.1.gz
|
||||||
|
|
|
@ -5,8 +5,8 @@ VERSION="`sed -ne 's/^set vers \(.*\)/\1/p' ${WRKSRC}/exmh.install`"
|
||||||
# Rename while installing..
|
# Rename while installing..
|
||||||
for i in exmh
|
for i in exmh
|
||||||
do
|
do
|
||||||
echo "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}/man/man1/$i.1
|
install -c $i.l ${PREFIX}/share/man/man1/$i.1
|
||||||
done
|
done
|
||||||
|
|
||||||
BINS="exmh-async exmh-bg exmh-strip exmh ftp.expect inc.expect"
|
BINS="exmh-async exmh-bg exmh-strip exmh ftp.expect inc.expect"
|
||||||
|
|
Loading…
Add table
Reference in a new issue