aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-23 08:15:53 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-23 08:56:58 +0000
commit02690536ee5e2af7cfb1d85af7907a0e7af34887 (patch)
tree0555bd309cf5bba0d62bd76bde9902cf4098cb55
parent1dc8384e78fc5aa6ee35512cff9f8fefd48e394c (diff)
downloadports-02690536ee5e2af7cfb1d85af7907a0e7af34887.tar.gz
ports-02690536ee5e2af7cfb1d85af7907a0e7af34887.zip
www/htdigest: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--www/htdigest/Makefile6
1 files 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>