svn commit: r457254 - head/net/6tunnel

Tijl Coosemans tijl at FreeBSD.org
Mon Dec 25 20:09:08 UTC 2017


Author: tijl
Date: Mon Dec 25 20:09:07 2017
New Revision: 457254
URL: https://svnweb.freebsd.org/changeset/ports/457254

Log:
  Convert to USES=autoreconf.

Modified:
  head/net/6tunnel/Makefile

Modified: head/net/6tunnel/Makefile
==============================================================================
--- head/net/6tunnel/Makefile	Mon Dec 25 20:00:04 2017	(r457253)
+++ head/net/6tunnel/Makefile	Mon Dec 25 20:09:07 2017	(r457254)
@@ -13,7 +13,7 @@ COMMENT=	TCP proxy for applications that do not speak 
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf
 ALL_TARGET=	default
 
 USE_GITHUB=	yes


More information about the svn-ports-head mailing list