Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Mar 2015 15:56:33 +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: r382604 - head/textproc/iksemel
Message-ID:  <201503291556.t2TFuX1u087510@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Mar 29 15:56:32 2015
New Revision: 382604
URL: https://svnweb.freebsd.org/changeset/ports/382604
QAT: https://qat.redports.org/buildarchive/r382604/

Log:
  Convert to USES=autoreconf

Modified:
  head/textproc/iksemel/Makefile

Modified: head/textproc/iksemel/Makefile
==============================================================================
--- head/textproc/iksemel/Makefile	Sun Mar 29 15:54:17 2015	(r382603)
+++ head/textproc/iksemel/Makefile	Sun Mar 29 15:56:32 2015	(r382604)
@@ -12,14 +12,13 @@ COMMENT=	XML parser library mainly desig
 
 LIB_DEPENDS=	libgnutls.so:${PORTSDIR}/security/gnutls
 
-USES=		libtool makeinfo pathfix pkgconfig
+USES=		autoreconf libtool makeinfo pathfix pkgconfig
 PATHFIX_MAKEFILEIN=	Makefile.am
-USE_AUTOTOOLS=	libtoolize aclocal autoconf autoheader automake
-AUTOMAKE_ARGS=	--add-missing --copy --force
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	${CXXFLAGS} -I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 INFO=	iksemel
 



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