Date: Thu, 18 Sep 2014 15:27:36 +0000 (UTC) From: Tijl Coosemans <tijl@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368487 - head/devel/pire Message-ID: <201409181527.s8IFRaW2098553@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 || \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409181527.s8IFRaW2098553>