Date: Thu, 8 Oct 2015 18:59:40 +0000 (UTC) From: Mikhail Teterin <mi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r398884 - head/devel/tcltls Message-ID: <201510081859.t98IxenW067561@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510081859.t98IxenW067561>