aboutsummaryrefslogtreecommitdiff
path: root/textproc/coccigrep
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2015-12-11 23:04:21 +0000
committerPawel Pekala <pawel@FreeBSD.org>2015-12-11 23:04:21 +0000
commita8ac785de52498117a044d4291dd2459e7fd67bd (patch)
treef74111dd80f4da3e86eb7fc4f14391f5ab42bbfa /textproc/coccigrep
parent54b26f140634a6608f5c6c815a4cf1b3fafd8fe7 (diff)
downloadports-a8ac785de52498117a044d4291dd2459e7fd67bd.tar.gz
ports-a8ac785de52498117a044d4291dd2459e7fd67bd.zip
Switch to options helper
Notes
Notes: svn path=/head/; revision=403572
Diffstat (limited to 'textproc/coccigrep')
-rw-r--r--textproc/coccigrep/Makefile2
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}