Date: Sun, 7 Jun 2015 14:58:40 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388710 - head/graphics/gltt Message-ID: <201506071458.t57EwebD005071@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506071458.t57EwebD005071>