diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2015-12-11 23:04:21 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2015-12-11 23:04:21 +0000 |
commit | a8ac785de52498117a044d4291dd2459e7fd67bd (patch) | |
tree | f74111dd80f4da3e86eb7fc4f14391f5ab42bbfa | |
parent | Switch to options helper (diff) |
Switch to options helper
Notes
Notes:
svn path=/head/; revision=403572
-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} |