diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2007-06-11 19:56:59 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2007-06-11 19:56:59 +0000 |
commit | b4796ed31d4a374a41b906db1e04d8b121c41f78 (patch) | |
tree | e109207b316260a669377b3972427dc31521c378 /devel/tcltls | |
parent | bec39030efda5c493d19db9467f4a5f8af11a37e (diff) |
Notes
Diffstat (limited to 'devel/tcltls')
-rw-r--r-- | devel/tcltls/Makefile | 2 |
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}" \ |