svn commit: r398884 - head/devel/tcltls

Mikhail Teterin mi at FreeBSD.org
Thu Oct 8 18:59:42 UTC 2015


Author: mi
Date: Thu Oct  8 18:59:40 2015
New Revision: 398884
URL: https://svnweb.freebsd.org/changeset/ports/398884

Log:
  Do not install tls.h -- it does not declare anything useful but
  conflicts with the file installed by LibreSSL.
  
  PR:		202676

Modified:
  head/devel/tcltls/Makefile

Modified: head/devel/tcltls/Makefile
==============================================================================
--- head/devel/tcltls/Makefile	Thu Oct  8 18:51:49 2015	(r398883)
+++ head/devel/tcltls/Makefile	Thu Oct  8 18:59:40 2015	(r398884)
@@ -3,6 +3,7 @@
 
 PORTNAME=	tcltls
 PORTVERSION=	1.6.7
+PORTREVISION=	1
 CATEGORIES=	devel tcl
 MASTER_SITES=	SF/tls/tls/${PORTVERSION}
 DISTNAME=	tls${PORTVERSION}-src
@@ -26,11 +27,12 @@ CONFIGURE_ARGS+=--exec-prefix=${PREFIX} 
 
 TCLPKG=		tls${PORTVERSION}
 WRKSRC=		${WRKDIR}/${TCLPKG}
-PLIST_FILES=	include/tls.h \
+PLIST_FILES=	\
 		lib/${TCLPKG}/libtls.so.1 \
 		lib/${TCLPKG}/pkgIndex.tcl \
 		lib/${TCLPKG}/tls.tcl
 PORTDOCS=	*
+INSTALL_TARGET=	install-binaries install-doc
 
 post-patch:
 	${REINPLACE_CMD} -e \


More information about the svn-ports-all mailing list