svn commit: r377536 - head/japanese/eb

John Marino marino at FreeBSD.org
Tue Jan 20 20:47:35 UTC 2015


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}


More information about the svn-ports-all mailing list