diff options
-rw-r--r-- | textproc/coccigrep/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/coccigrep/Makefile b/textproc/coccigrep/Makefile index 5bd2862a6bf6..5cf99d3a68fa 100644 --- a/textproc/coccigrep/Makefile +++ b/textproc/coccigrep/Makefile @@ -31,6 +31,8 @@ post-install: @${MKDIR} ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/editors/cocci-grep.el ${STAGEDIR}${DATADIR} ${INSTALL_DATA} ${WRKSRC}/editors/cocci-grep.vim ${STAGEDIR}${DATADIR} + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} |