Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 15:01:06 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368470 - head/audio/libtremor
Message-ID:  <201409181501.s8IF16dM086115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Sep 18 15:01:06 2014
New Revision: 368470
URL: http://svnweb.freebsd.org/changeset/ports/368470
QAT: https://qat.redports.org/buildarchive/r368470/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/audio/libtremor/Makefile

Modified: head/audio/libtremor/Makefile
==============================================================================
--- head/audio/libtremor/Makefile	Thu Sep 18 14:56:46 2014	(r368469)
+++ head/audio/libtremor/Makefile	Thu Sep 18 15:01:06 2014	(r368470)
@@ -13,10 +13,9 @@ COMMENT=	Integer-only fully Ogg Vorbis c
 
 SNAP_DATE=	02132004
 WRKSRC=		${WRKDIR}/Tremor
-USES=		libtool tar:tgz
-USE_AUTOTOOLS=	aclocal automake autoconf libtoolize
-AUTOMAKE_ARGS=	-a -c
+USES=		autoreconf libtool tar:tgz
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>



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