www/mod_auth_tkt: Moved man to share/man

Approved by:    portmgr (blanket)
2024Q2
Muhammad Moinur Rahman 2024-02-26 13:58:41 +01:00
parent 1b176e6462
commit 1fd25e6715
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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