aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 07:45:14 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 07:45:14 +0000
commitb601c9ece45723cfda07ac26028168143f8dddd1 (patch)
tree7d1d24f344a28df175ff924a950fa8b69043b3ef
parente62c2f56aab6a554875e22b7cdf0d4ee4153dfd7 (diff)
downloadports-b601c9ece45723cfda07ac26028168143f8dddd1.tar.gz
ports-b601c9ece45723cfda07ac26028168143f8dddd1.zip
textproc/code2html: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--textproc/code2html/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/code2html/Makefile b/textproc/code2html/Makefile
index 2791202837da..258293c81c6a 100644
--- a/textproc/code2html/Makefile
+++ b/textproc/code2html/Makefile
@@ -1,6 +1,6 @@
PORTNAME= code2html
PORTVERSION= 0.9.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF \
http://www.palfrader.org/code2html/all/
@@ -14,7 +14,7 @@ USES= perl5 shebangfix
USE_PERL5= run
SHEBANG_FILES= code2html
-PLIST_FILES= bin/code2html man/man1/code2html.1.gz
+PLIST_FILES= bin/code2html share/man/man1/code2html.1.gz
do-configure:
@${REINPLACE_CMD} \
@@ -27,6 +27,6 @@ do-configure:
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/code2html ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/code2html.1 ${STAGEDIR}${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/code2html.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>