Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Dec 2017 20:09:07 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457254 - head/net/6tunnel
Message-ID:  <201712252009.vBPK97G5062821@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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