diff --git a/devel/tcltls/Makefile b/devel/tcltls/Makefile index ecd57e36d467..f527be0c2653 100644 --- a/devel/tcltls/Makefile +++ b/devel/tcltls/Makefile @@ -42,9 +42,11 @@ post-patch: # The tests in ciphers.test are meaningless so far: ${MV} ${WRKSRC}/tests/ciphers.test ${WRKSRC}/tests/ciphers.test.broken +.if !defined(NOPORTDOCS) post-install: ${MKDIR} ${PREFIX}/share/doc/tls ${INSTALL_DATA} ${WRKSRC}/tls.htm ${PREFIX}/share/doc/tls/ +.endif post-build test: cd ${WRKSRC}/tests && env TCL_LIBRARY="${WRKSRC}" \