svn commit: r388334 - head/audio/streamtuner

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 12:29:23 UTC 2015


Author: amdmi3
Date: Tue Jun  2 12:29:22 2015
New Revision: 388334
URL: https://svnweb.freebsd.org/changeset/ports/388334

Log:
  - Strip libraries

Modified:
  head/audio/streamtuner/Makefile

Modified: head/audio/streamtuner/Makefile
==============================================================================
--- head/audio/streamtuner/Makefile	Tue Jun  2 12:29:16 2015	(r388333)
+++ head/audio/streamtuner/Makefile	Tue Jun  2 12:29:22 2015	(r388334)
@@ -3,7 +3,7 @@
 
 PORTNAME=	streamtuner
 PORTVERSION=	0.99.99
-PORTREVISION=	20
+PORTREVISION=	21
 CATEGORIES=	audio www
 MASTER_SITES=	SAVANNAH
 
@@ -20,6 +20,7 @@ INSTALLS_OMF=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LIBS+=		-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	SHOUTCAST LIVE365 XIPH LOCAL LOCAL_METADATA PYTHON
 OPTIONS_DEFAULT=	SHOUTCAST LIVE365 XIPH LOCAL LOCAL_METADATA


More information about the svn-ports-head mailing list