svn commit: r388339 - head/net/unfs3

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 2 12:30:42 UTC 2015


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


More information about the svn-ports-all mailing list