svn commit: r382509 - head/devel/c-unit

Baptiste Daroussin bapt at FreeBSD.org
Sat Mar 28 15:36:05 UTC 2015


Author: bapt
Date: Sat Mar 28 15:36:04 2015
New Revision: 382509
URL: https://svnweb.freebsd.org/changeset/ports/382509
QAT: https://qat.redports.org/buildarchive/r382509/

Log:
  USES=autoreconf
  Strip binaries

Modified:
  head/devel/c-unit/Makefile

Modified: head/devel/c-unit/Makefile
==============================================================================
--- head/devel/c-unit/Makefile	Sat Mar 28 15:32:50 2015	(r382508)
+++ head/devel/c-unit/Makefile	Sat Mar 28 15:36:04 2015	(r382509)
@@ -3,7 +3,7 @@
 
 PORTNAME=	c-unit
 DISTVERSION=	1.1.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
 
@@ -15,14 +15,13 @@ LICENSE=	LGPL20
 CONFLICTS=	cunit-[0-9]*
 
 GNU_CONFIGURE=	yes
-USES=		gmake libtool pathfix
-USE_AUTOTOOLS=	aclocal autoconf autoheader automake libtoolize
+USES=		autoreconf gmake libtool pathfix
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 DATADIR=	${PREFIX}/share/CUnit
 EXAMPLESDIR=	${PREFIX}/share/examples/CUnit
 
-AUTOMAKE_ARGS=	--add-missing
 PATHFIX_MAKEFILEIN=	Makefile.am
 
 OPTIONS_DEFINE=		AUT BAS CON CUR DEB EXA ITE MEM


More information about the svn-ports-head mailing list