Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Jun 2015 13:58:47 +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: r390230 - head/www/lighttpd
Message-ID:  <201506211358.t5LDwlu4069636@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Jun 21 13:58:47 2015
New Revision: 390230
URL: https://svnweb.freebsd.org/changeset/ports/390230

Log:
  Convert to USES=autoreconf

Modified:
  head/www/lighttpd/Makefile

Modified: head/www/lighttpd/Makefile
==============================================================================
--- head/www/lighttpd/Makefile	Sun Jun 21 13:56:50 2015	(r390229)
+++ head/www/lighttpd/Makefile	Sun Jun 21 13:58:47 2015	(r390230)
@@ -18,14 +18,12 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS+=	libpcre.so:${PORTSDIR}/devel/pcre
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pkgconfig tar:xz
+USES=		autoreconf gmake libtool pkgconfig tar:xz
 
 .if !defined(_BUILDING_LIGHTTPD_MODULE)
 USES+=	cpe
 .endif
 
-USE_AUTOTOOLS=	autoconf autoheader aclocal automake
-AUTOMAKE_ARGS=	-a -c -f
 CONFIGURE_ARGS+=	--libdir=${PREFIX}/lib/lighttpd
 INSTALL_TARGET=	install-strip
 



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