Skip to content

Commit

Permalink
devel/cscout: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 5, 2024
1 parent 0993b76 commit ead7199
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
9 changes: 5 additions & 4 deletions devel/cscout/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= cscout
PORTVERSION= 3.01
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= dds@FreeBSD.org
Expand Down Expand Up @@ -30,10 +31,10 @@ post-patch:
${REINPLACE_CMD} -e 's|./dest-install.sh \"|./dest-install.sh \"${STAGEDIR}/|g' ${WRKSRC}/src/Makefile

do-install:
${INSTALL_MAN} ${WRKSRC}/man/cscout.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/cswc.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/cscc.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/csmake.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/cscout.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_MAN} ${WRKSRC}/man/cswc.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_MAN} ${WRKSRC}/man/cscc.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_MAN} ${WRKSRC}/man/csmake.1 ${STAGEDIR}${PREFIX}/share/man/man1

#do-install-DOCS-on:
# cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}
Expand Down
8 changes: 4 additions & 4 deletions devel/cscout/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ include/cscout/stdc/stdio.h
include/cscout/stdc/stdlib.h
include/cscout/stdc/string.h
include/cscout/stdc/time.h
man/man1/cscc.1.gz
man/man1/cscout.1.gz
man/man1/csmake.1.gz
man/man1/cswc.1.gz
share/man/man1/cscc.1.gz
share/man/man1/cscout.1.gz
share/man/man1/csmake.1.gz
share/man/man1/cswc.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/.cscout/host-defs.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/.cscout/host-incs.h
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/.cscout/options
Expand Down

0 comments on commit ead7199

Please sign in to comment.