diff options
author | pawel <pawel@FreeBSD.org> | 2015-12-12 07:04:21 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2015-12-12 07:04:21 +0800 |
commit | 4a9cac9b6c3ca26deab77e3a3eff5415b4c89f74 (patch) | |
tree | f74111dd80f4da3e86eb7fc4f14391f5ab42bbfa /textproc | |
parent | 4e7e249aabc0968af96d358dbd68661466c489c8 (diff) | |
download | freebsd-ports-gnome-4a9cac9b6c3ca26deab77e3a3eff5415b4c89f74.tar.gz freebsd-ports-gnome-4a9cac9b6c3ca26deab77e3a3eff5415b4c89f74.tar.zst freebsd-ports-gnome-4a9cac9b6c3ca26deab77e3a3eff5415b4c89f74.zip |
Switch to options helper
Diffstat (limited to 'textproc')
-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} |