git: 129281964466 - main - textproc/man2html: Impelled to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Jan 2024 14:51:37 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=129281964466a10a82278d02c0203bf834c73ca6
commit 129281964466a10a82278d02c0203bf834c73ca6
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-23 14:09:07 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-23 14:51:23 +0000
textproc/man2html: Impelled to share/man
Approved by: portmgr (blanket)
---
textproc/man2html/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/textproc/man2html/Makefile b/textproc/man2html/Makefile
index 8e9fccd4aee8..2c1b0df266a4 100644
--- a/textproc/man2html/Makefile
+++ b/textproc/man2html/Makefile
@@ -1,5 +1,6 @@
PORTNAME= man2html
DISTVERSION= 3.1.20220714
+PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= https://invisible-island.net/archives/man2html/
DISTNAME= man2html-${DISTVERSION:E}
@@ -20,12 +21,12 @@ NO_BUILD= yes
CGIDIR= ${PREFIX}/www/cgi-bin
PLIST_FILES= bin/man2html \
- man/man1/man2html.1.gz \
+ share/man/man1/man2html.1.gz \
www/cgi-bin/man.cgi
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/man2html ${STAGEDIR}/${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/doc/man2html.1 ${STAGEDIR}/${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/doc/man2html.1 ${STAGEDIR}/${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${CGIDIR}
${INSTALL_SCRIPT} ${WRKSRC}/man.cgi ${STAGEDIR}${CGIDIR}