From 0c9cc90aff4233330483473fbdc7bf5db9a630c5 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sat, 16 May 2015 15:56:31 +0000 Subject: - Strip library - Unsilence install --- polish/libtlen/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'polish/libtlen/Makefile') diff --git a/polish/libtlen/Makefile b/polish/libtlen/Makefile index f305a6db2dd5..3b7aa7f42c69 100644 --- a/polish/libtlen/Makefile +++ b/polish/libtlen/Makefile @@ -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 -- cgit