svn commit: r386552 - head/polish/libtlen

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 16 15:56:31 UTC 2015


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 <bsd.port.mk>


More information about the svn-ports-all mailing list