svn commit: r382519 - head/sysutils/prelink

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 16:05:35 UTC 2015


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
 


More information about the svn-ports-head mailing list