aboutsummaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-10 06:50:39 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-10 09:55:37 +0000
commit3571314580e159888d6f4cfe8824328d8d8512f3 (patch)
tree470c94701a937a37478daaac8f26999572422323 /mail
parent1f81b4c520d8ccc6026a96f85764c8db300c2046 (diff)
downloadports-3571314580e159888d6f4cfe8824328d8d8512f3.tar.gz
ports-3571314580e159888d6f4cfe8824328d8d8512f3.zip
mail/automx: Move man pages to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'mail')
-rw-r--r--mail/automx/Makefile4
-rw-r--r--mail/automx/pkg-plist10
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/automx/Makefile b/mail/automx/Makefile
index 2dc0edbe3dd7..0eb10128d337 100644
--- a/mail/automx/Makefile
+++ b/mail/automx/Makefile
@@ -1,7 +1,7 @@
PORTNAME= automx
PORTVERSION= 0.10.2
DISTVERSIONPREFIX= v
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= mail
MAINTAINER= crees@FreeBSD.org
@@ -42,7 +42,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/src/conf/automx.conf \
${STAGEDIR}${PREFIX}/etc/automx.conf.sample
.for s in 1 5
- ${INSTALL_MAN} ${WRKSRC}/doc/man/man$s/* ${STAGEDIR}${PREFIX}/man/man$s/
+ ${INSTALL_MAN} ${WRKSRC}/doc/man/man$s/* ${STAGEDIR}${PREFIX}/share/man/man$s/
.endfor
do-install-DOCS-on:
diff --git a/mail/automx/pkg-plist b/mail/automx/pkg-plist
index 664cacceded8..8efbaa19ff56 100644
--- a/mail/automx/pkg-plist
+++ b/mail/automx/pkg-plist
@@ -1,11 +1,11 @@
bin/automx-test
@sample etc/automx.conf.sample
-man/man1/automx-test.1.gz
-man/man5/automx.conf.5.gz
-man/man5/automx_ldap.5.gz
-man/man5/automx_sql.5.gz
-man/man5/automx_script.5.gz
%%PYTHON_SITELIBDIR%%/automx/__init__.py
%%PYTHON_SITELIBDIR%%/automx/config.py
%%PYTHON_SITELIBDIR%%/automx/ordereddict.py
%%PYTHON_SITELIBDIR%%/automx/view.py
+share/man/man1/automx-test.1.gz
+share/man/man5/automx.conf.5.gz
+share/man/man5/automx_ldap.5.gz
+share/man/man5/automx_sql.5.gz
+share/man/man5/automx_script.5.gz