Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Oct 2014 14:49:49 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369906 - head/sysutils/tlsdate
Message-ID:  <201410031449.s93EnnfO009100@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Fri Oct  3 14:49:48 2014
New Revision: 369906
URL: https://svnweb.freebsd.org/changeset/ports/369906
QAT: https://qat.redports.org/buildarchive/r369906/

Log:
  Convert to USES=autoreconf

Modified:
  head/sysutils/tlsdate/Makefile

Modified: head/sysutils/tlsdate/Makefile
==============================================================================
--- head/sysutils/tlsdate/Makefile	Fri Oct  3 14:15:37 2014	(r369905)
+++ head/sysutils/tlsdate/Makefile	Fri Oct  3 14:49:48 2014	(r369906)
@@ -18,8 +18,8 @@ GH_ACCOUNT=	ioerror
 GH_COMMIT=	44fa3b7
 GH_TAGNAME=	${GH_COMMIT}
 
-USE_AUTOTOOLS=	autoconf aclocal automake libtoolize
-USES=		libtool pkgconfig
+GNU_CONFIGURE=	yes
+USES=		autoreconf libtool pkgconfig
 
 OPTIONS_DEFINE=	DOCS
 
@@ -27,9 +27,6 @@ post-patch:
 # Required for FreeBSD 8.4
 	@${REINPLACE_CMD} -e 's@AC_MSG_ERROR(\[M@AC_MSG_WARN([M@' ${WRKSRC}/configure.ac
 
-pre-configure:
-	@(cd ${WRKSRC} && ./autogen.sh)
-
 regression-test: build
 	@cd ${WRKSRC} && make test
 



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