summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/tcltls/Makefile2
1 files changed, 2 insertions, 0 deletions
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}" \