Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Mar 2015 15:31:02 +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: r382507 - head/devel/libcfu
Message-ID:  <201503281531.t2SFV2Fw097737@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sat Mar 28 15:31:01 2015
New Revision: 382507
URL: https://svnweb.freebsd.org/changeset/ports/382507
QAT: https://qat.redports.org/buildarchive/r382507/

Log:
  Convert to USES=autoreconf
  Strip binaries

Modified:
  head/devel/libcfu/Makefile

Modified: head/devel/libcfu/Makefile
==============================================================================
--- head/devel/libcfu/Makefile	Sat Mar 28 15:25:58 2015	(r382506)
+++ head/devel/libcfu/Makefile	Sat Mar 28 15:31:01 2015	(r382507)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libcfu
 DISTVERSION=	0.04a
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	GHL
 
@@ -16,11 +16,11 @@ GH_ACCOUNT=	crees
 GH_COMMIT=	947dba4
 GH_TAGNAME=	947dba4
 
-USES=		makeinfo pkgconfig pathfix libtool
+USES=		autoreconf makeinfo pkgconfig pathfix libtool
 PATHFIX_MAKEFILEIN=	Makefile.am
+INSTALL_TARGET=	install-strip
 
-USE_AUTOTOOLS=	autoconf autoheader automake aclocal libtoolize
-AUTOMAKE_ARGS=	--add-missing
+GNU_CONFIGURE=	yes
 INFO=		${PORTNAME}
 
 .include <bsd.port.mk>



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