svn commit: r382507 - head/devel/libcfu

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:31:03 UTC 2015


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>


More information about the svn-ports-head mailing list