Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 19:31:19 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368509 - in head/graphics/gltt: . files
Message-ID:  <201409181931.s8IJVJPW016849@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Thu Sep 18 19:31:19 2014
New Revision: 368509
URL: http://svnweb.freebsd.org/changeset/ports/368509
QAT: https://qat.redports.org/buildarchive/r368509/

Log:
  Remove old libtool patch and add INSTALL_TARGET=install-strip

Deleted:
  head/graphics/gltt/files/patch-configure
Modified:
  head/graphics/gltt/Makefile

Modified: head/graphics/gltt/Makefile
==============================================================================
--- head/graphics/gltt/Makefile	Thu Sep 18 19:26:56 2014	(r368508)
+++ head/graphics/gltt/Makefile	Thu Sep 18 19:31:19 2014	(r368509)
@@ -23,9 +23,7 @@ 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?201409181931.s8IJVJPW016849>