svn commit: r374897 - head/comms/rtl-sdr

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 11:43:28 UTC 2014


Author: bapt
Date: Thu Dec 18 11:43:26 2014
New Revision: 374897
URL: https://svnweb.freebsd.org/changeset/ports/374897
QAT: https://qat.redports.org/buildarchive/r374897/

Log:
  Convert to USES=autoreconf

Modified:
  head/comms/rtl-sdr/Makefile

Modified: head/comms/rtl-sdr/Makefile
==============================================================================
--- head/comms/rtl-sdr/Makefile	Thu Dec 18 11:40:00 2014	(r374896)
+++ head/comms/rtl-sdr/Makefile	Thu Dec 18 11:43:26 2014	(r374897)
@@ -13,8 +13,7 @@ COMMENT=	Commandline tool that performs 
 
 LICENSE=	GPLv2
 
-USES=		gmake pkgconfig libtool tar:tgz
-USE_AUTOTOOLS=	autoconf:env aclocal:env automake:env libtoolize:env
+USES=		autoreconf gmake pkgconfig libtool tar:tgz
 GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 CPPFLAGS+=	-I${LOCALBASE}/include
@@ -28,7 +27,7 @@ OPTIONS_DEFINE=	DOCS
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MDOCS}
-BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
+DOCS_BUILD_DEPENDS+=	doxygen:${PORTSDIR}/devel/doxygen
 .else
 EXTRA_PATCHES+=	${FILESDIR}/extra-patch-Makefile.am
 .endif
@@ -39,7 +38,4 @@ post-patch:
 	@${REINPLACE_CMD} 's|^pkgconfigdir =.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig|' \
 		${WRKSRC}/Makefile.am
 
-pre-configure:
-	@(cd ${WRKSRC} && ${AUTORECONF} -fi)
-
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list