Date: Thu, 27 Feb 2014 14:30:23 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r346347 - head/devel/pythontidy Message-ID: <201402271430.s1REUNEg094473@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402271430.s1REUNEg094473>