1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

- Strip library

- Unsilence install
This commit is contained in:
Dmitry Marakasov 2015-05-16 15:56:31 +00:00
parent 5e4c5512a6
commit 0a7402d364
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386552

View File

@ -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>