git: 1fd25e671548 - main - www/mod_auth_tkt: Moved man to share/man

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 13:15:42 UTC
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1fd25e671548d10fa4895ffb94f1bd2459fc4867

commit 1fd25e671548d10fa4895ffb94f1bd2459fc4867
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-26 12:58:41 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-26 13:15:13 +0000

    www/mod_auth_tkt: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 www/mod_auth_tkt/Makefile  | 4 ++--
 www/mod_auth_tkt/pkg-plist | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/www/mod_auth_tkt/Makefile b/www/mod_auth_tkt/Makefile
index 4588d88e0ef3..8a3f150c7a14 100644
--- a/www/mod_auth_tkt/Makefile
+++ b/www/mod_auth_tkt/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	mod_auth_tkt
 PORTVERSION=	2.1.0
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www
 MASTER_SITES=	LOCAL/kuriyama \
 		http://www.openfusion.com.au/labs/dist/mod_auth_tkt/
@@ -30,7 +30,7 @@ EXTRA_PATCHES+=	${FILESDIR}/extra-patch-query-separator
 .endif
 
 post-patch:
-	@${REINPLACE_CMD} -e 's|.usr/share/man|${STAGEDIR}${PREFIX}/man|' ${WRKSRC}/../Makedefs
+	@${REINPLACE_CMD} -e 's|.usr/share/man|${STAGEDIR}${PREFIX}/share/man|' ${WRKSRC}/../Makedefs
 
 post-build:
 	cd ${WRKSRC}/../doc; ${MAKE} all
diff --git a/www/mod_auth_tkt/pkg-plist b/www/mod_auth_tkt/pkg-plist
index 4cff189a5f2a..d9cb2bc8a49b 100644
--- a/www/mod_auth_tkt/pkg-plist
+++ b/www/mod_auth_tkt/pkg-plist
@@ -1,5 +1,5 @@
 %%APACHEMODDIR%%/mod_auth_tkt.so
-man/man3/mod_auth_tkt.3.gz
+share/man/man3/mod_auth_tkt.3.gz
 %%PORTDOCS%%%%DOCSDIR%%/README
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/Apache/AuthTkt.pm
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/AuthTktConfig.pm
@@ -8,4 +8,4 @@ man/man3/mod_auth_tkt.3.gz
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/cgi/tkt.css
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/02_auth_tkt.conf
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/auth_tkt_cgi.conf
-@unexec egrep -v 'LoadModule +auth_tkt_module +%%APACHEMODDIR%%/mod_auth_tkt.so' %D/%%APACHEETCDIR%%/httpd.conf > /tmp/httpd.$$; mv /tmp/httpd.$$ %D/%%APACHEETCDIR%%/httpd.conf
+@postunexec egrep -v 'LoadModule +auth_tkt_module +%%APACHEMODDIR%%/mod_auth_tkt.so' %D/%%APACHEETCDIR%%/httpd.conf > /tmp/httpd.$$; mv /tmp/httpd.$$ %D/%%APACHEETCDIR%%/httpd.conf