svn commit: r387441 - head/net-mgmt/arpscan

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon May 25 21:36:38 UTC 2015


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


More information about the svn-ports-all mailing list