svn commit: r382605 - head/sysutils/uptimed

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 15:59:31 UTC 2015


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
 


More information about the svn-ports-head mailing list