From a9a3a9bc0e28f592fa5dfc03769a023978f5a17f Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sun, 7 Jun 2015 14:58:40 +0000 Subject: [PATCH] - Strip library --- graphics/gltt/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index 0328d55d0150..c88522c63674 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -3,7 +3,7 @@ PORTNAME= gltt PORTVERSION= 2.5.2 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= graphics MASTER_SITES= http://gltt.sourceforge.net/download/ @@ -23,7 +23,9 @@ CONFIGURE_ARGS= --with-ttf-includes=${LOCALBASE}/include/freetype1 \ --with-gl-libraries=${LOCALBASE}/lib \ --with-glut-includes=${LOCALBASE}/include \ --with-glut-libraries=${LOCALBASE}/lib -INSTALL_TARGET= install-strip USE_LDCONFIG= yes +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgltt.so + .include