diff options
author | Cy Schubert <cy@FreeBSD.org> | 2024-03-01 11:24:44 -0800 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2024-03-01 13:11:18 -0800 |
commit | b99ee9a695802ae99b14c7544e107bbe7b41b297 (patch) | |
tree | ec3273fa0edcebf22da88449ef1ce727557ca1db /mail | |
parent | d534f50cee8fb80c9f55f334f5ccf7e87aa86299 (diff) | |
download | freebsd-ports-b99ee9a695802ae99b14c7544e107bbe7b41b297.zip |
mail/exmh2: move man page
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exmh2/Makefile | 2 | ||||
-rw-r--r-- | mail/exmh2/pkg-plist | 2 | ||||
-rw-r--r-- | 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" |