aboutsummaryrefslogtreecommitdiffstats
path: root/polish/libtlen/Makefile
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-05-16 23:56:31 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-05-16 23:56:31 +0800
commit0c9cc90aff4233330483473fbdc7bf5db9a630c5 (patch)
tree41320403d0a58001ef791a037faf297d785d8ab5 /polish/libtlen/Makefile
parent70b112a8d551af4781e4bd9a7d71817f923709c0 (diff)
downloadfreebsd-ports-gnome-0c9cc90aff4233330483473fbdc7bf5db9a630c5.tar.gz
freebsd-ports-gnome-0c9cc90aff4233330483473fbdc7bf5db9a630c5.tar.zst
freebsd-ports-gnome-0c9cc90aff4233330483473fbdc7bf5db9a630c5.zip
- Strip library
- Unsilence install
Diffstat (limited to 'polish/libtlen/Makefile')
-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>