diff options
Diffstat (limited to 'graphics/urt')
-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> |