Date: Thu, 12 Nov 2015 17:23:14 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r401386 - head/textproc/chpp Message-ID: <201511121723.tACHNECr005772@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Nov 12 17:23:14 2015 New Revision: 401386 URL: https://svnweb.freebsd.org/changeset/ports/401386 Log: - Switch to options helpers Modified: head/textproc/chpp/Makefile Modified: head/textproc/chpp/Makefile ============================================================================== --- head/textproc/chpp/Makefile Thu Nov 12 17:23:06 2015 (r401385) +++ head/textproc/chpp/Makefile Thu Nov 12 17:23:14 2015 (r401386) @@ -49,11 +49,13 @@ post-patch: 's|"../regex.h"|<gnu/regex.h>|' ${WRKSRC}/builtins/${i} .endfor -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in AUTHORS NEWS README ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/test && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511121723.tACHNECr005772>