Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2015 11:22:53 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r379782 - head/audio/ario
Message-ID:  <201502241122.t1OBMrKx054504@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gblach
Date: Tue Feb 24 11:22:52 2015
New Revision: 379782
URL: https://svnweb.freebsd.org/changeset/ports/379782
QAT: https://qat.redports.org/buildarchive/r379782/

Log:
  Use INSTALL_TARGET=install-strip

Modified:
  head/audio/ario/Makefile

Modified: head/audio/ario/Makefile
==============================================================================
--- head/audio/ario/Makefile	Tue Feb 24 11:17:52 2015	(r379781)
+++ head/audio/ario/Makefile	Tue Feb 24 11:22:52 2015	(r379782)
@@ -29,6 +29,7 @@ USES=		gmake libtool pkgconfig
 USE_LDCONFIG=	yes
 USE_GNOME=	gtk20
 INSTALLS_ICONS=	yes
+INSTALL_TARGET=	install-strip
 
 OPTIONS_DEFINE=	AVAHI NLS
 AVAHI_DESC=	Zeroconf support (Avahi)



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