diff options
-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> |