diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2013-12-13 09:03:57 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2013-12-13 09:03:57 +0000 |
commit | 71fe78ed54d6922689eb9acb351c4f628950fe39 (patch) | |
tree | fbc7a74284f2ed03cf10fe32fa43a7a8d8311c72 /lang | |
parent | 01d18dfe53b916adb3d476b76c0de44c5107edfe (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/io/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile index c8ec5ab7bcf3..c0fa0aff20a5 100644 --- a/lang/io/Makefile +++ b/lang/io/Makefile @@ -38,13 +38,9 @@ post-patch: ${FIND} ${WRKSRC}/addons -name "*.bak" -o -name "*.orig" -delete post-install: -.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC}/samples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} -.endif .include <bsd.port.mk> |