From owner-svn-ports-head@FreeBSD.ORG Sat May 16 15:56:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BF0BE62B; Sat, 16 May 2015 15:56:31 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id ACB471529; Sat, 16 May 2015 15:56:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4GFuVt9045295; Sat, 16 May 2015 15:56:31 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4GFuVWj045294; Sat, 16 May 2015 15:56:31 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201505161556.t4GFuVWj045294@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 16 May 2015 15:56:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r386552 - head/polish/libtlen X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 May 2015 15:56:31 -0000 Author: amdmi3 Date: Sat May 16 15:56:31 2015 New Revision: 386552 URL: https://svnweb.freebsd.org/changeset/ports/386552 Log: - Strip library - Unsilence install Modified: head/polish/libtlen/Makefile Modified: head/polish/libtlen/Makefile ============================================================================== --- head/polish/libtlen/Makefile Sat May 16 15:49:22 2015 (r386551) +++ head/polish/libtlen/Makefile Sat May 16 15:56:31 2015 (r386552) @@ -3,6 +3,7 @@ PORTNAME= libtlen PORTVERSION= 20041113 +PORTREVISION= 1 CATEGORIES= polish net MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} @@ -15,9 +16,10 @@ USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtlen.so @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in libtlen.html libtlen.css AUTHORS TODO - @${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/docs/${f} ${STAGEDIR}${DOCSDIR} .endfor .include