svn commit: r403572 - head/textproc/coccigrep

Pawel Pekala pawel at FreeBSD.org
Fri Dec 11 23:04:22 UTC 2015


Author: pawel
Date: Fri Dec 11 23:04:21 2015
New Revision: 403572
URL: https://svnweb.freebsd.org/changeset/ports/403572

Log:
  Switch to options helper

Modified:
  head/textproc/coccigrep/Makefile

Modified: head/textproc/coccigrep/Makefile
==============================================================================
--- head/textproc/coccigrep/Makefile	Fri Dec 11 23:00:08 2015	(r403571)
+++ head/textproc/coccigrep/Makefile	Fri Dec 11 23:04:21 2015	(r403572)
@@ -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}
 


More information about the svn-ports-head mailing list