Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Sep 2014 15:02:30 +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: r368471 - head/audio/musepack
Message-ID:  <201409181502.s8IF2UkJ086400@svn.freebsd.org>

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

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/audio/musepack/Makefile

Modified: head/audio/musepack/Makefile
==============================================================================
--- head/audio/musepack/Makefile	Thu Sep 18 15:01:06 2014	(r368470)
+++ head/audio/musepack/Makefile	Thu Sep 18 15:02:30 2014	(r368471)
@@ -13,11 +13,9 @@ COMMENT=	Decoder, encoder, and replaygai
 LICENSE=	BSD3CLAUSE GPLv2 LGPL21 #or later for the (L)GPL'ed part
 LICENSE_COMB=	multi
 
-USES=		libtool
+USES=		autoreconf libtool
 USE_LDCONFIG=	yes
-USE_AUTOTOOLS=	aclocal autoheader libtoolize automake autoconf
 GNU_CONFIGURE=	yes
-ACLOCAL_ARGS=	-I. -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS=	--add-missing
+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?201409181502.s8IF2UkJ086400>