Skip to content

Commit

Permalink
textproc/coccigrep: fix manpage installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Jan 12, 2024
1 parent df5635f commit a916854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textproc/coccigrep/Makefile
Expand Up @@ -25,7 +25,7 @@ PORTDOCS= ChangeLog README.rst
OPTIONS_DEFINE= DOCS

post-install:
${INSTALL_MAN} ${WRKSRC}/coccigrep.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/coccigrep.1 ${STAGEDIR}${PREFIX}/share/man/man1
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/editors/cocci-grep.el ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/editors/cocci-grep.vim ${STAGEDIR}${DATADIR}
Expand Down

0 comments on commit a916854

Please sign in to comment.