aboutsummaryrefslogtreecommitdiff
path: root/polish/libtlen
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-16 15:56:31 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-16 15:56:31 +0000
commit0a7402d3649d0e7a08916bfbdc58a1b8d6b408e5 (patch)
tree41320403d0a58001ef791a037faf297d785d8ab5 /polish/libtlen
parent5e4c5512a6113c5edd1bb64e9ebb10e7b0bdf997 (diff)
downloadports-0a7402d3649d0e7a08916bfbdc58a1b8d6b408e5.tar.gz
ports-0a7402d3649d0e7a08916bfbdc58a1b8d6b408e5.zip
Notes
Diffstat (limited to 'polish/libtlen')
-rw-r--r--polish/libtlen/Makefile4
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.mk>