Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jun 2015 12:30:42 +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: r388339 - head/net/unfs3
Message-ID:  <201506021230.t52CUgwI086002@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Tue Jun  2 12:30:41 2015
New Revision: 388339
URL: https://svnweb.freebsd.org/changeset/ports/388339

Log:
  - Switch to USES=autoreconf

Modified:
  head/net/unfs3/Makefile

Modified: head/net/unfs3/Makefile
==============================================================================
--- head/net/unfs3/Makefile	Tue Jun  2 12:30:26 2015	(r388338)
+++ head/net/unfs3/Makefile	Tue Jun  2 12:30:41 2015	(r388339)
@@ -13,9 +13,8 @@ COMMENT=	User-space implementation of th
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USE_AUTOTOOLS=	autoconf
+USES=		autoreconf bison
 GNU_CONFIGURE=	yes
-USES=		bison
 INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	sbin/unfsd man/man7/tags.7.gz man/man8/unfsd.8.gz



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