Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Jan 2015 20:47:35 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377536 - head/japanese/eb
Message-ID:  <201501202047.t0KKlZUt021432@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Jan 20 20:47:34 2015
New Revision: 377536
URL: https://svnweb.freebsd.org/changeset/ports/377536
QAT: https://qat.redports.org/buildarchive/r377536/

Log:
  japanese/eb: replace USE_AUTOTOOLS with USES=autoreconf
  
  PR:		196792
  Submitted by:	maintainer (Yasuhiro KIMURA)

Modified:
  head/japanese/eb/Makefile

Modified: head/japanese/eb/Makefile
==============================================================================
--- head/japanese/eb/Makefile	Tue Jan 20 20:39:45 2015	(r377535)
+++ head/japanese/eb/Makefile	Tue Jan 20 20:47:34 2015	(r377536)
@@ -63,9 +63,7 @@ PORTDOCS=	eb-01.html eb-02.html eb-03.ht
 		ebzip-03.html ebzip-04.html ebzip-05.html ebzip-06.html ebzip-07.html \
 		ebzip-08.html ebzip-09.html ebzip-10.html ebzip.html
 
-USE_AUTOTOOLS=	autoconf autoheader automake aclocal
-ACLOCAL_ARGS=	-I ${WRKSRC}/m4
-USES=		iconv libtool perl5 tar:bzip2
+USES=		autoreconf iconv libtool perl5 tar:bzip2
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--with-pkgdocdir=${DOCSDIR}



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