svn commit: r369906 - head/sysutils/tlsdate

Tijl Coosemans tijl at FreeBSD.org
Fri Oct 3 14:49:50 UTC 2014


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 at AC_MSG_ERROR(\[M at AC_MSG_WARN([M@' ${WRKSRC}/configure.ac
 
-pre-configure:
-	@(cd ${WRKSRC} && ./autogen.sh)
-
 regression-test: build
 	@cd ${WRKSRC} && make test
 


More information about the svn-ports-all mailing list