svn commit: r368487 - head/devel/pire

Tijl Coosemans tijl at FreeBSD.org
Thu Sep 18 15:27:37 UTC 2014


Author: tijl
Date: Thu Sep 18 15:27:36 2014
New Revision: 368487
URL: http://svnweb.freebsd.org/changeset/ports/368487
QAT: https://qat.redports.org/buildarchive/r368487/

Log:
  Convert to USES=autoreconf and INSTALL_TARGET=install-strip

Modified:
  head/devel/pire/Makefile

Modified: head/devel/pire/Makefile
==============================================================================
--- head/devel/pire/Makefile	Thu Sep 18 15:24:21 2014	(r368486)
+++ head/devel/pire/Makefile	Thu Sep 18 15:27:36 2014	(r368487)
@@ -16,9 +16,9 @@ GH_COMMIT=	012bedf
 
 LICENSE=	LGPL3
 
-USE_AUTOTOOLS=	autoconf automake libtoolize
 GNU_CONFIGURE=	yes
-USES=		gmake bison libtool
+INSTALL_TARGET=	install-strip
+USES=		autoreconf bison gmake libtool
 USE_LDCONFIG=	yes
 
 ONLY_FOR_ARCHS=	amd64 i386 ia64
@@ -29,15 +29,9 @@ UNITTEST_DESC=	Compile with unittest sup
 
 .include <bsd.port.options.mk>
 
-post-install:
-	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpire*.so
-
-run-autotools:
-	@cd ${CONFIGURE_WRKSRC} && ${SETENV} ${AUTOTOOLS_ENV} ${AUTORECONF} -fi
-
 .if ${PORT_OPTIONS:MUNITTEST} || defined(PACKAGE_BUILDING)
 BUILD_DEPENDS+=	cppunit-config:${PORTSDIR}/devel/cppunit
-CONFIGURE_ARGS=	--with-cppunit-prefix=${LOCALBASE}
+CONFIGURE_ARGS+=--with-cppunit-prefix=${LOCALBASE}
 
 regression-test: build
 	@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check || \


More information about the svn-ports-head mailing list