Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Dec 2015 23:04:21 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403572 - head/textproc/coccigrep
Message-ID:  <201512112304.tBBN4LwU040412@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512112304.tBBN4LwU040412>