From owner-svn-ports-head@FreeBSD.ORG Mon Jan 27 10:26:33 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28A86A86; Mon, 27 Jan 2014 10:26:33 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13A4A16F8; Mon, 27 Jan 2014 10:26:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0RAQWdh047682; Mon, 27 Jan 2014 10:26:32 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0RAQWEH047681; Mon, 27 Jan 2014 10:26:32 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201401271026.s0RAQWEH047681@svn.freebsd.org> From: Baptiste Daroussin Date: Mon, 27 Jan 2014 10:26:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341364 - head/devel/autoconf213 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.17 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: Mon, 27 Jan 2014 10:26:33 -0000 Author: bapt Date: Mon Jan 27 10:26:32 2014 New Revision: 341364 URL: http://svnweb.freebsd.org/changeset/ports/341364 QAT: https://qat.redports.org/buildarchive/r341364/ Log: Support stage Modified: head/devel/autoconf213/Makefile Modified: head/devel/autoconf213/Makefile ============================================================================== --- head/devel/autoconf213/Makefile Mon Jan 27 10:07:36 2014 (r341363) +++ head/devel/autoconf213/Makefile Mon Jan 27 10:26:32 2014 (r341364) @@ -23,7 +23,7 @@ RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 \ BUILD_VERSION= 2.13 PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} USE_BZIP2= yes -USES= perl5 +USES= perl5 desthack GNU_CONFIGURE= yes CONFIGURE_ENV= CONFIG_SHELL=${SH} M4=${LOCALBASE}/bin/gm4 AWK=${AWK} CONFIGURE_ARGS= --program-suffix=-${BUILD_VERSION} @@ -32,13 +32,12 @@ INFO= autoconf-${BUILD_VERSION} STRIP= # none -NO_STAGE= yes post-patch: @${RM} ${WRKSRC}/*.info* >/dev/null 2>&1 || true post-install: - @${CHMOD} +x ${PREFIX}/share/autoconf-${BUILD_VERSION}/config.* - @${INSTALL_SCRIPT} ${WRKSRC}/install-sh \ - ${PREFIX}/share/autoconf-${BUILD_VERSION} + ${CHMOD} +x ${STAGEDIR}${PREFIX}/share/autoconf-${BUILD_VERSION}/config.* + ${INSTALL_SCRIPT} ${WRKSRC}/install-sh \ + ${STAGEDIR}${PREFIX}/share/autoconf-${BUILD_VERSION} .include