aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 08:09:39 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-03-29 08:09:39 +0000
commit2d6fd3034e5e9eb56f19038cfeb2b08c5d2123e9 (patch)
treee3ea6b5daa580b7df466f1905da9bb9fbbfe34d5
parentfa5ea3224b877da785cf24ddeafbf11b083c2e95 (diff)
downloadports-2d6fd3034e5e9eb56f19038cfeb2b08c5d2123e9.tar.gz
ports-2d6fd3034e5e9eb56f19038cfeb2b08c5d2123e9.zip
mail/mailest: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--mail/mailest/Makefile3
-rw-r--r--mail/mailest/pkg-plist12
2 files changed, 8 insertions, 7 deletions
diff --git a/mail/mailest/Makefile b/mail/mailest/Makefile
index 2934edc25b94..dedf939d313d 100644
--- a/mail/mailest/Makefile
+++ b/mail/mailest/Makefile
@@ -1,7 +1,7 @@
PORTNAME= mailest
PORTVERSION= 0.9.24
DISTVERSIONPREFIX= ${PORTNAME}-
-PORTREVISION= 17
+PORTREVISION= 18
CATEGORIES= mail
PKGNAMESUFFIX= ${EMACS_PKGNAMESUFFIX}
@@ -24,6 +24,7 @@ USES= emacs:run fakeroot iconv
USE_GITHUB= yes
GH_ACCOUNT= yasuoka
+MAKE_ARGS= MANDIR=${PREFIX}/share/man/man
MAKE_ENV= USE_BSDMAKE=true WITH_INSTALL_AS_USER=true
# XXX Static libraries with PIE are currently unsupported
diff --git a/mail/mailest/pkg-plist b/mail/mailest/pkg-plist
index 3a5dbbaed99e..c7ef20c7a86b 100644
--- a/mail/mailest/pkg-plist
+++ b/mail/mailest/pkg-plist
@@ -3,9 +3,9 @@ sbin/mailestctl
sbin/mew-mailest
sbin/smew-mailest
sbin/mailestd
-man/man1/cmew-mailest.1.gz
-man/man1/mailestctl.1.gz
-man/man1/mew-mailest.1.gz
-man/man1/smew-mailest.1.gz
-man/man5/mailestd.conf.5.gz
-man/man8/mailestd.8.gz
+share/man/man1/cmew-mailest.1.gz
+share/man/man1/mailestctl.1.gz
+share/man/man1/mew-mailest.1.gz
+share/man/man1/smew-mailest.1.gz
+share/man/man5/mailestd.conf.5.gz
+share/man/man8/mailestd.8.gz