Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Mar 2024 09:55:57 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3571314580e1 - main - mail/automx: Move man pages to share/man
Message-ID:  <202403100955.42A9tvYZ028309@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3571314580e159888d6f4cfe8824328d8d8512f3

commit 3571314580e159888d6f4cfe8824328d8d8512f3
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-10 06:50:39 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-10 09:55:37 +0000

    mail/automx: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 mail/automx/Makefile  |  4 ++--
 mail/automx/pkg-plist | 10 +++++-----
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403100955.42A9tvYZ028309>