aboutsummaryrefslogtreecommitdiff
path: root/textproc/chpp
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-12 17:23:14 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-11-12 17:23:14 +0000
commitf44de4a8d49fd8ce374780f235c163a9d3d9cd1a (patch)
tree70cb895fc9257669ff25280c49db5875e99d8d62 /textproc/chpp
parentc3dba6476f35cc01c6b34eecc383421b278d4ea8 (diff)
downloadports-f44de4a8d49fd8ce374780f235c163a9d3d9cd1a.tar.gz
ports-f44de4a8d49fd8ce374780f235c163a9d3d9cd1a.zip
Notes
Diffstat (limited to 'textproc/chpp')
-rw-r--r--textproc/chpp/Makefile4
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})