aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/chpp
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-11-13 01:23:14 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-11-13 01:23:14 +0800
commite68f201aed7fe126d43c2e327bee9b8d651694ec (patch)
tree70cb895fc9257669ff25280c49db5875e99d8d62 /textproc/chpp
parentf8ef4f5466d32f462fa330e9e66fc0079cf88c77 (diff)
downloadfreebsd-ports-gnome-e68f201aed7fe126d43c2e327bee9b8d651694ec.tar.gz
freebsd-ports-gnome-e68f201aed7fe126d43c2e327bee9b8d651694ec.tar.zst
freebsd-ports-gnome-e68f201aed7fe126d43c2e327bee9b8d651694ec.zip
- Switch to options helpers
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})