svn commit: r401386 - head/textproc/chpp

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Nov 12 17:23:15 UTC 2015


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})
 


More information about the svn-ports-all mailing list