svn commit: r368470 - head/audio/libtremor

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 18 15:01:07 UTC 2014


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>


More information about the svn-ports-head mailing list