Skip to content

Commit 5904e43

Browse files
committed
devel/cgit: Moved man to share/man
Approved by: portmgr (blanket)
1 parent 800e36b commit 5904e43

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

‎devel/cgit/Makefile‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
PORTNAME= cgit
22
PORTVERSION= 1.2.3
3+
PORTREVISION= 1
34
CATEGORIES= devel www
45
MASTER_SITES= http://git.zx2c4.com/cgit/snapshot/:cgit \
56
KERNEL_ORG/software/scm/git:git
@@ -63,6 +64,6 @@ post-install-DOCS-on:
6364

6465
post-install-ASCIIDOC-on:
6566
a2x --doctype manpage --format manpage ${WRKSRC}/cgitrc.5.txt
66-
${INSTALL_MAN} ${WRKSRC}/cgitrc.5 ${STAGEDIR}${PREFIX}/man/man5
67+
${INSTALL_MAN} ${WRKSRC}/cgitrc.5 ${STAGEDIR}${PREFIX}/share/man/man5
6768

6869
.include <bsd.port.mk>

‎devel/cgit/pkg-plist‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ lib/cgit/filters/owner-example.lua
1313
lib/cgit/filters/simple-authentication.lua
1414
lib/cgit/filters/syntax-highlighting.py
1515
lib/cgit/filters/syntax-highlighting.sh
16-
%%ASCIIDOC%%man/man5/cgitrc.5.gz
16+
%%ASCIIDOC%%share/man/man5/cgitrc.5.gz
1717
%%WWWDIR%%/cgit.cgi
1818
%%WWWDIR%%/cgit.css
1919
%%WWWDIR%%/cgit.png

0 commit comments

Comments
 (0)