From owner-svn-ports-head@FreeBSD.ORG Wed Sep 17 10:19:57 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AAD5E205; Wed, 17 Sep 2014 10:19:57 +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 964E6980; Wed, 17 Sep 2014 10:19:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8HAJvjA058752; Wed, 17 Sep 2014 10:19:57 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8HAJvIk058751; Wed, 17 Sep 2014 10:19:57 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201409171019.s8HAJvIk058751@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Wed, 17 Sep 2014 10:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368361 - head/misc/pinfo X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Sep 2014 10:19:57 -0000 Author: tijl Date: Wed Sep 17 10:19:57 2014 New Revision: 368361 URL: http://svnweb.freebsd.org/changeset/ports/368361 QAT: https://qat.redports.org/buildarchive/r368361/ Log: Convert to USES=autoreconf Modified: head/misc/pinfo/Makefile Modified: head/misc/pinfo/Makefile ============================================================================== --- head/misc/pinfo/Makefile Wed Sep 17 10:06:08 2014 (r368360) +++ head/misc/pinfo/Makefile Wed Sep 17 10:19:57 2014 (r368361) @@ -13,12 +13,8 @@ COMMENT= Ncurses based, lynx style info LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= libtool makeinfo ncurses tar:bzip2 -USE_AUTOTOOLS= libtoolize aclocal autoheader automake autoconf -ACLOCAL_ARGS= -I macros -AUTOMAKE_ARGS= --add-missing --force-missing -CONFIGURE_ARGS= --with-localedir=${PREFIX}/share/locale - +USES= autoreconf libtool makeinfo ncurses tar:bzip2 +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib @@ -42,7 +38,4 @@ USES+= gettext:build CONFIGURE_ARGS+=--disable-nls .endif -pre-configure: - @(cd ${WRKSRC} && ${LOCALBASE}/bin/autopoint -f) - .include