Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 15:59:30 +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: r382605 - head/sysutils/uptimed
Message-ID:  <201503291559.t2TFxUwK087942@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar 29 15:59:29 2015
New Revision: 382605
URL: https://svnweb.freebsd.org/changeset/ports/382605
QAT: https://qat.redports.org/buildarchive/r382605/

Log:
  Convert to USES=autoreconf

Modified:
  head/sysutils/uptimed/Makefile

Modified: head/sysutils/uptimed/Makefile
==============================================================================
--- head/sysutils/uptimed/Makefile	Sun Mar 29 15:56:32 2015	(r382604)
+++ head/sysutils/uptimed/Makefile	Sun Mar 29 15:59:29 2015	(r382605)
@@ -14,10 +14,8 @@ COMMENT=	Uptime daemon
 LICENSE=	GPLv2 # only
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-USES=		gmake libtool tar:bzip2
-USE_AUTOTOOLS=	libtoolize aclocal autoheader automake autoconf
-ACLOCAL_ARGS=	# empty
-AUTOMAKE_ARGS=	--copy --add-missing --foreign
+USES=		autoreconf gmake libtool tar:bzip2
+GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 INSTALL_TARGET=	install-strip
 



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