svn commit: r374896 - head/comms/owfs

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 11:40:02 UTC 2014


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
 


More information about the svn-ports-head mailing list