summaryrefslogtreecommitdiff
path: root/textproc/man2html
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-23 15:09:07 +0100
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-23 15:51:23 +0100
commit129281964466a10a82278d02c0203bf834c73ca6 (patch)
tree9112001fa5d441070a8e1121ef8e6b9a978414c4 /textproc/man2html
parentaudio/mpg123: Impelled to share/man (diff)
textproc/man2html: Impelled to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc/man2html')
-rw-r--r--textproc/man2html/Makefile5
1 files 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}