aboutsummaryrefslogtreecommitdiff
path: root/graphics/gltt
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-07 14:58:40 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-07 14:58:40 +0000
commita9a3a9bc0e28f592fa5dfc03769a023978f5a17f (patch)
tree8fb68fc5747611b582027064cb71a1c115e44c6c /graphics/gltt
parentbb26d9bc1f7c7642141ffcee16b572a5aeac507f (diff)
downloadports-a9a3a9bc0e28f592fa5dfc03769a023978f5a17f.tar.gz
ports-a9a3a9bc0e28f592fa5dfc03769a023978f5a17f.zip
- Strip library
Notes
Notes: svn path=/head/; revision=388710
Diffstat (limited to 'graphics/gltt')
-rw-r--r--graphics/gltt/Makefile6
1 files 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 <bsd.port.mk>