textproc/code2html: Moved man to share/man

Approved by:    portmgr (blanket)
2024Q2
Muhammad Moinur Rahman 2024-02-26 08:45:14 +01:00
parent e62c2f56aa
commit b601c9ece4
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 3 deletions

View File

@ -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>