Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 2015 21:36:38 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387441 - head/net-mgmt/arpscan
Message-ID:  <201505252136.t4PLacC0079241@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon May 25 21:36:37 2015
New Revision: 387441
URL: https://svnweb.freebsd.org/changeset/ports/387441

Log:
  - Switch to USES=autoreconf

Modified:
  head/net-mgmt/arpscan/Makefile

Modified: head/net-mgmt/arpscan/Makefile
==============================================================================
--- head/net-mgmt/arpscan/Makefile	Mon May 25 21:34:22 2015	(r387440)
+++ head/net-mgmt/arpscan/Makefile	Mon May 25 21:36:37 2015	(r387441)
@@ -18,8 +18,8 @@ USE_GITHUB=	yes
 GH_ACCOUNT=	jasonish
 GH_TAGNAME=	e59831a
 
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--add-missing --copy
+USES=		autoreconf
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=--with-libdnet=${LOCALBASE}
 
 PLIST_FILES=	bin/arpscan



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505252136.t4PLacC0079241>