Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 16:05:35 +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: r382519 - head/sysutils/prelink
Message-ID:  <201503281605.t2SG5ZL7015353@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Mar 28 16:05:34 2015
New Revision: 382519
URL: https://svnweb.freebsd.org/changeset/ports/382519
QAT: https://qat.redports.org/buildarchive/r382519/

Log:
  Convert to USES=autoreconf

Modified:
  head/sysutils/prelink/Makefile

Modified: head/sysutils/prelink/Makefile
==============================================================================
--- head/sysutils/prelink/Makefile	Sat Mar 28 16:02:49 2015	(r382518)
+++ head/sysutils/prelink/Makefile	Sat Mar 28 16:05:34 2015	(r382519)
@@ -3,6 +3,7 @@
 
 PORTNAME=	prelink
 PORTVERSION=	20130503
+PORTREVISION=	1
 CATEGORIES=	sysutils
 MASTER_SITES=	http://people.redhat.com/jakub/prelink/
 
@@ -11,11 +12,8 @@ COMMENT=	ELF prelinking utility to speed
 
 LIB_DEPENDS=	libargp.so:${PORTSDIR}/devel/argp-standalone
 
-USES=		gmake tar:bzip2 libtool
+USES=		autoreconf gmake tar:bzip2 libtool
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
-ACLOCAL_ARGS=	-I . -I ${LOCALBASE}/share/aclocal
-AUTOMAKE_ARGS=	-c -a
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 



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