diff options
Diffstat (limited to 'devel/tcltls/Makefile')
-rw-r--r-- | devel/tcltls/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/tcltls/Makefile b/devel/tcltls/Makefile index a01326a1119e..8e4d5bd18bca 100644 --- a/devel/tcltls/Makefile +++ b/devel/tcltls/Makefile @@ -32,8 +32,6 @@ PLIST_FILES= include/tls.h \ lib/${TCLPKG}/tls.tcl PORTDOCS= * -.include <bsd.port.options.mk> - post-patch: ${REINPLACE_CMD} -e \ 's,package require tls.*,load ${WRKSRC}/libtls.so.1;\ @@ -42,11 +40,9 @@ post-patch: # The tests in ciphers.test are meaningless so far: ${MV} ${WRKSRC}/tests/ciphers.test ${WRKSRC}/tests/ciphers.test.broken -.if ${PORT_OPTIONS:MDOCS} -post-install: +post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/tls.htm ${STAGEDIR}${DOCSDIR} -.endif xregression-test test check: build cd ${WRKSRC}/tests && ${SETENV} TCL_LIBRARY="${WRKSRC}" \ |