From owner-svn-ports-all@FreeBSD.ORG Thu Feb 27 14:30:23 2014 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8BF0F4B; Thu, 27 Feb 2014 14:30:23 +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 A4ED81F97; Thu, 27 Feb 2014 14:30:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1REUNSf094474; Thu, 27 Feb 2014 14:30:23 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1REUNEg094473; Thu, 27 Feb 2014 14:30:23 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402271430.s1REUNEg094473@svn.freebsd.org> From: Emanuel Haupt Date: Thu, 27 Feb 2014 14:30:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346347 - head/devel/pythontidy 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.17 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: Thu, 27 Feb 2014 14:30:23 -0000 Author: ehaupt Date: Thu Feb 27 14:30:23 2014 New Revision: 346347 URL: http://svnweb.freebsd.org/changeset/ports/346347 QAT: https://qat.redports.org/buildarchive/r346347/ Log: Support staging Modified: head/devel/pythontidy/Makefile Modified: head/devel/pythontidy/Makefile ============================================================================== --- head/devel/pythontidy/Makefile Thu Feb 27 14:28:28 2014 (r346346) +++ head/devel/pythontidy/Makefile Thu Feb 27 14:30:23 2014 (r346347) @@ -20,15 +20,16 @@ NO_BUILD= yes PLIST_FILES= bin/pythontidy -NO_STAGE= yes do-extract: @${MKDIR} ${WRKDIR} @${CP} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${WRKDIR} do-patch: - ${REINPLACE_CMD} -e 's,#!/usr/bin/python,#!/usr/bin/env python,' ${WRKDIR}/${DISTFILES} + ${REINPLACE_CMD} -e 's,#!/usr/bin/python,#!/usr/bin/env python,' \ + ${WRKDIR}/${DISTFILES} do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${DISTFILES} ${PREFIX}/bin/pythontidy + ${INSTALL_SCRIPT} ${WRKDIR}/${DISTFILES} \ + ${STAGEDIR}${PREFIX}/bin/pythontidy .include