svn commit: r368469 - head/audio/faac

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 18 14:56:47 UTC 2014


Author: bapt
Date: Thu Sep 18 14:56:46 2014
New Revision: 368469
URL: http://svnweb.freebsd.org/changeset/ports/368469
QAT: https://qat.redports.org/buildarchive/r368469/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/audio/faac/Makefile

Modified: head/audio/faac/Makefile
==============================================================================
--- head/audio/faac/Makefile	Thu Sep 18 14:47:21 2014	(r368468)
+++ head/audio/faac/Makefile	Thu Sep 18 14:56:46 2014	(r368469)
@@ -14,11 +14,9 @@ LIB_DEPENDS=	libmp4v2.so:${PORTSDIR}/mul
 
 RESTRICTED=	Distribution in binary form is prohibited
 
-USES=		dos2unix gmake libtool tar:bzip2
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
+USES=		autoreconf dos2unix gmake libtool tar:bzip2
+INSTALL_TARGET=	install-strip
 GNU_CONFIGURE=	yes
-ACLOCAL_ARGS=	-I . -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS=	--add-missing
 CONFIGURE_ARGS=	--with-mp4v2
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib


More information about the svn-ports-head mailing list