svn commit: r390230 - head/www/lighttpd
Baptiste Daroussin
bapt at FreeBSD.org
Sun Jun 21 13:58:48 UTC 2015
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
More information about the svn-ports-all
mailing list