svn commit: r374886 - head/audio/mpiosh

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 11:03:04 UTC 2014


Author: bapt
Date: Thu Dec 18 11:03:03 2014
New Revision: 374886
URL: https://svnweb.freebsd.org/changeset/ports/374886
QAT: https://qat.redports.org/buildarchive/r374886/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/audio/mpiosh/Makefile

Modified: head/audio/mpiosh/Makefile
==============================================================================
--- head/audio/mpiosh/Makefile	Thu Dec 18 11:00:31 2014	(r374885)
+++ head/audio/mpiosh/Makefile	Thu Dec 18 11:03:03 2014	(r374886)
@@ -11,20 +11,17 @@ DISTNAME=	mpio-${PORTVERSION:S|.p|_pre|}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Digit at lway MPIO MP3 player tool
 
-USES=		iconv libtool readline
+USES=		autoreconf iconv libtool readline
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
-USE_AUTOTOOLS=	aclocal automake autoconf libtoolize
-ACLOCAL_ARGS=	-I . -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS=	--add-missing
 CFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
 
 EXTRA_PATCHES=	${FILESDIR}/extra-patch-configure.in
 
 post-patch:
-	${RM} -f ${WRKSRC}/configure
 	@${REINPLACE_CMD} -e 's/%%ICONV_LIB%%/${ICONV_LIB}/' ${WRKSRC}/mpiosh/Makefile.am
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list