diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-12 17:23:14 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-11-12 17:23:14 +0000 |
commit | f44de4a8d49fd8ce374780f235c163a9d3d9cd1a (patch) | |
tree | 70cb895fc9257669ff25280c49db5875e99d8d62 /textproc | |
parent | c3dba6476f35cc01c6b34eecc383421b278d4ea8 (diff) |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/chpp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/chpp/Makefile b/textproc/chpp/Makefile index f568e6e0f76f..a444b7b644f1 100644 --- a/textproc/chpp/Makefile +++ b/textproc/chpp/Makefile @@ -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}) |