diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-01 16:20:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-09-01 16:20:47 +0000 |
commit | c7e624b3210627ca07b51be84044b2e269762e53 (patch) | |
tree | 48fdd1f0d0902abb3a399e525fb6d85182e9d9ab /devel/tcltls | |
parent | - Switch to options helpers (diff) |
- Switch to options helpers
- While here, add some NO_ARCHes
Approved by: portmgr blanket
Diffstat (limited to 'devel/tcltls')
-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}" \ |