diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-22 22:34:10 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-02-22 22:34:10 +0800 |
commit | 03ab96b62bfadf1c52d932e13984912e91cad6e8 (patch) | |
tree | 89b301a097c584452349f1aeb872bc1e811d13d3 /graphics | |
parent | 49237e647d847babc35e221916628e721c271759 (diff) | |
download | freebsd-ports-gnome-03ab96b62bfadf1c52d932e13984912e91cad6e8.tar.gz freebsd-ports-gnome-03ab96b62bfadf1c52d932e13984912e91cad6e8.tar.zst freebsd-ports-gnome-03ab96b62bfadf1c52d932e13984912e91cad6e8.zip |
- Strip library
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/urt/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 1b3be7418570..93f80273c5e8 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -43,5 +43,6 @@ post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/img @(cd ${WRKSRC}/img && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}/img) .endif + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/librle.so .include <bsd.port.mk> |