From c7e624b3210627ca07b51be84044b2e269762e53 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 1 Sep 2015 16:20:47 +0000 Subject: - Switch to options helpers - While here, add some NO_ARCHes Approved by: portmgr blanket --- devel/tcltls/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'devel/tcltls') 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 - 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}" \ -- cgit v1.2.3