svn commit: r503953 - head/devel/tclreadline

Pietro Cerutti gahr at FreeBSD.org
Tue Jun 11 11:19:51 UTC 2019


Author: gahr
Date: Tue Jun 11 11:19:50 2019
New Revision: 503953
URL: https://svnweb.freebsd.org/changeset/ports/503953

Log:
  devel/tclreadline: install a stripped shared library

Modified:
  head/devel/tclreadline/Makefile

Modified: head/devel/tclreadline/Makefile
==============================================================================
--- head/devel/tclreadline/Makefile	Tue Jun 11 11:04:27 2019	(r503952)
+++ head/devel/tclreadline/Makefile	Tue Jun 11 11:19:50 2019	(r503953)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tclreadline
 PORTVERSION=	2.3.5
-PORTREVISION=	1
+PORTREVISION=	2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel tcl
 
@@ -19,6 +19,7 @@ CONFIGURE_ARGS+=--with-tcl=${TCL_LIBDIR} \
 		--with-readline-includes=${LOCALBASE}/include \
 		--with-readline-library="-L${LOCALBASE}/lib -lreadline" \
 		--with-tk=no
+INSTALL_TARGET=	install-strip
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	flightaware


More information about the svn-ports-all mailing list