Skip to content

Commit

Permalink
devel/ccache: Install man pages under share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
Jehops committed Mar 5, 2024
1 parent 2b614ef commit 4df3670
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions devel/ccache/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= ccache
PORTVERSION= 3.7.12
PORTREVISION= 5
PORTREVISION= 6
CATEGORIES= devel
MASTER_SITES= https://github.com/ccache/ccache/releases/download/v${DISTVERSION}/ \
LOCAL/bdrewery
Expand Down Expand Up @@ -68,7 +68,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ccache ${STAGEDIR}${PREFIX}/bin
# Memcached uses the 3.5 dev branch which requires asciidoc to generate
# ccache.1.
${INSTALL_MAN} ${WRKSRC}/doc/ccache.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/ccache.1 ${STAGEDIR}${PREFIX}/share/man/man1
${MKDIR} ${STAGEDIR}${PREFIX}/${CCLINKDIR}/world
${INSTALL_SCRIPT} ${WRKDIR}/world-ccache \
${STAGEDIR}${PREFIX}/${CCLINKDIR}/world/ccache
Expand Down
2 changes: 1 addition & 1 deletion devel/ccache/pkg-plist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bin/ccache
bin/ccache-update-links
man/man1/ccache.1.gz
share/man/man1/ccache.1.gz
%%CCLINKDIR%%/world/ccache
%%TINDERBOX%%%%DATADIR%%/ccache.tar
@postexec echo "Create compiler links..."
Expand Down

0 comments on commit 4df3670

Please sign in to comment.