svn commit: r382604 - head/textproc/iksemel

Baptiste Daroussin bapt at FreeBSD.org
Sun Mar 29 15:56:34 UTC 2015


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
 


More information about the svn-ports-head mailing list