From owner-svn-ports-all@FreeBSD.ORG Sun May 10 12:14:26 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 524A9409; Sun, 10 May 2015 12:14:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 40AA416AC; Sun, 10 May 2015 12:14:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t4ACEQOG095399; Sun, 10 May 2015 12:14:26 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t4ACEQtQ095398; Sun, 10 May 2015 12:14:26 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201505101214.t4ACEQtQ095398@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sun, 10 May 2015 12:14:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385941 - head/devel/lfcxml X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 May 2015 12:14:26 -0000 Author: pi Date: Sun May 10 12:14:25 2015 New Revision: 385941 URL: https://svnweb.freebsd.org/changeset/ports/385941 Log: devel/lfcxml: simplify As suggested by tijl: - use INSTALL_TARGET=install-strip - remove USES=autoreconf Modified: head/devel/lfcxml/Makefile Modified: head/devel/lfcxml/Makefile ============================================================================== --- head/devel/lfcxml/Makefile Sun May 10 12:12:30 2015 (r385940) +++ head/devel/lfcxml/Makefile Sun May 10 12:14:25 2015 (r385941) @@ -14,13 +14,11 @@ LICENSE= GPLv3 LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase -USES= autoreconf libtool +USES= libtool GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes - -post-stage: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/liblfcxml.so.1.0.0 +INSTALL_TARGET= install-strip .include