Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 21:24:22 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390074 - head/net/scribe
Message-ID:  <201506182124.t5ILOMVw053258@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 18 21:24:22 2015
New Revision: 390074
URL: https://svnweb.freebsd.org/changeset/ports/390074

Log:
  - Switch to USES=autoreconf

Modified:
  head/net/scribe/Makefile

Modified: head/net/scribe/Makefile
==============================================================================
--- head/net/scribe/Makefile	Thu Jun 18 21:23:55 2015	(r390073)
+++ head/net/scribe/Makefile	Thu Jun 18 21:24:22 2015	(r390074)
@@ -22,17 +22,14 @@ RUN_DEPENDS=	p5-Class-Accessor>0:${PORTS
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	facebookarchive
-
 GH_TAGNAME=	7359a09
 
-ACLOCAL_ARGS=	-I ./aclocal
-AUTOMAKE_ARGS=	-a
+USES=		autoreconf compiler gmake perl5 python
+GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--with-boost-filesystem=boost_filesystem \
 		--with-boost-system=boost_system \
 		PY_PREFIX="${PREFIX}"
-USE_AUTOTOOLS=	aclocal automake autoconf
 USE_RC_SUBR=	${PORTNAME}
-USES=		compiler gmake perl5 python
 
 post-patch:
 	@${REINPLACE_CMD} -e 's/^AM_INIT_AUTOMAKE/#/' ${WRKSRC}/configure.ac



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