svn commit: r387721 - head/emulators/tme

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu May 28 11:41:20 UTC 2015


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


More information about the svn-ports-all mailing list