Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Dec 2014 11:40:01 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r374896 - head/comms/owfs
Message-ID:  <201412181140.sBIBe179012644@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu Dec 18 11:40:00 2014
New Revision: 374896
URL: https://svnweb.freebsd.org/changeset/ports/374896
QAT: https://qat.redports.org/buildarchive/r374896/

Log:
  Convert to USES=autoreconf

Modified:
  head/comms/owfs/Makefile

Modified: head/comms/owfs/Makefile
==============================================================================
--- head/comms/owfs/Makefile	Thu Dec 18 11:37:58 2014	(r374895)
+++ head/comms/owfs/Makefile	Thu Dec 18 11:40:00 2014	(r374896)
@@ -12,12 +12,9 @@ COMMENT=	OWFS -- 1-Wire file system
 
 LICENSE=	GPLv2
 
-USES=		libtool
-ACLOCAL_ARGS=	-I${LOCALBASE}/share/aclocal
+USES=		autoreconf libtool
 
-USE_AUTOTOOLS=	libtoolize aclocal autoheader autoconf automake
-AUTOMAKE_ARGS=	--add-missing
-GNU_CONFIGURE=	On
+GNU_CONFIGURE=	yes
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 



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