svn commit: r388710 - head/graphics/gltt
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Jun 7 14:58:41 UTC 2015
Author: amdmi3
Date: Sun Jun 7 14:58:40 2015
New Revision: 388710
URL: https://svnweb.freebsd.org/changeset/ports/388710
Log:
- Strip library
Modified:
head/graphics/gltt/Makefile
Modified: head/graphics/gltt/Makefile
==============================================================================
--- head/graphics/gltt/Makefile Sun Jun 7 14:57:23 2015 (r388709)
+++ head/graphics/gltt/Makefile Sun Jun 7 14:58:40 2015 (r388710)
@@ -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=${LO
--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>
More information about the svn-ports-head
mailing list