svn commit: r368471 - head/audio/musepack

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 18 15:02:30 UTC 2014


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>


More information about the svn-ports-head mailing list