Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 May 2015 11:41:20 +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: r387721 - head/emulators/tme
Message-ID:  <201505281141.t4SBfKZw073171@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu May 28 11:41:20 2015
New Revision: 387721
URL: https://svnweb.freebsd.org/changeset/ports/387721

Log:
  - Strip libraries

Modified:
  head/emulators/tme/Makefile

Modified: head/emulators/tme/Makefile
==============================================================================
--- head/emulators/tme/Makefile	Thu May 28 11:40:37 2015	(r387720)
+++ head/emulators/tme/Makefile	Thu May 28 11:41:20 2015	(r387721)
@@ -3,7 +3,7 @@
 
 PORTNAME=	tme
 PORTVERSION=	0.8
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	emulators
 MASTER_SITES=	http://people.csail.mit.edu/fredette/tme/
 
@@ -22,6 +22,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-static --disable-warnings
 MAKE_ENV=	LANG=C
 MAKE_JOBS_UNSAFE=yes
+INSTALL_TARGET=	install-strip
 
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505281141.t4SBfKZw073171>