Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2024 08:57:14 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: 02690536ee5e - main - www/htdigest: Move man pages to share/man
Message-ID:  <202403230857.42N8vEVX068791@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=02690536ee5e2af7cfb1d85af7907a0e7af34887

commit 02690536ee5e2af7cfb1d85af7907a0e7af34887
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-23 08:15:53 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-23 08:56:58 +0000

    www/htdigest: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 www/htdigest/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/htdigest/Makefile b/www/htdigest/Makefile
index f0c9123e89f0..bcd2a3c760ee 100644
--- a/www/htdigest/Makefile
+++ b/www/htdigest/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	htdigest
 PORTVERSION=	2.4.56
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	www
 MASTER_SITES=	https://archive.apache.org/dist/httpd/
 DISTNAME=	httpd-${PORTVERSION}
@@ -17,7 +17,7 @@ LIB_DEPENDS=	libaprutil-1.so:devel/apr1 \
 
 USES=		iconv
 
-PLIST_FILES=	bin/apache-${PORTNAME} man/man1/apache-${PORTNAME}.1.gz
+PLIST_FILES=	bin/apache-${PORTNAME} share/man/man1/apache-${PORTNAME}.1.gz
 
 GNU_CONFIGURE=	yes
 ALL_TARGET=	${PORTNAME}
@@ -32,6 +32,6 @@ do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/support/${PORTNAME} \
 		${STAGEDIR}${PREFIX}/bin/apache-htdigest
 	${INSTALL_MAN} ${WRKSRC}/docs/man/${PORTNAME}.1 \
-		${STAGEDIR}${PREFIX}/man/man1/apache-htdigest.1
+		${STAGEDIR}${PREFIX}/share/man/man1/apache-htdigest.1
 
 .include <bsd.port.mk>



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