From cd63f4d7bcc33e67d13f9f20135359864b885086 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Thu, 18 Sep 2014 15:27:36 +0000 Subject: [PATCH] Convert to USES=autoreconf and INSTALL_TARGET=install-strip --- devel/pire/Makefile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/devel/pire/Makefile b/devel/pire/Makefile index b29b9947700f..3767a87e9408 100644 --- a/devel/pire/Makefile +++ b/devel/pire/Makefile @@ -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 support .include -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 || \