diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-13 01:23:14 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-13 01:23:14 +0800 |
commit | e68f201aed7fe126d43c2e327bee9b8d651694ec (patch) | |
tree | 70cb895fc9257669ff25280c49db5875e99d8d62 /textproc/chpp | |
parent | f8ef4f5466d32f462fa330e9e66fc0079cf88c77 (diff) | |
download | freebsd-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/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}) |