From owner-svn-ports-head@FreeBSD.ORG Tue Feb 18 15:50:20 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 40CE2AE5; Tue, 18 Feb 2014 15:50:20 +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 2B7A31471; Tue, 18 Feb 2014 15:50:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1IFoKrJ019028; Tue, 18 Feb 2014 15:50:20 GMT (envelope-from gahr@svn.freebsd.org) Received: (from gahr@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1IFoKp5019027; Tue, 18 Feb 2014 15:50:20 GMT (envelope-from gahr@svn.freebsd.org) Message-Id: <201402181550.s1IFoKp5019027@svn.freebsd.org> From: Pietro Cerutti Date: Tue, 18 Feb 2014 15:50:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r344914 - head/astro/ptiger 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: Tue, 18 Feb 2014 15:50:20 -0000 Author: gahr Date: Tue Feb 18 15:50:19 2014 New Revision: 344914 URL: http://svnweb.freebsd.org/changeset/ports/344914 QAT: https://qat.redports.org/buildarchive/r344914/ Log: - STAGE-clean Modified: head/astro/ptiger/Makefile Modified: head/astro/ptiger/Makefile ============================================================================== --- head/astro/ptiger/Makefile Tue Feb 18 15:48:34 2014 (r344913) +++ head/astro/ptiger/Makefile Tue Feb 18 15:50:19 2014 (r344914) @@ -14,14 +14,13 @@ LIB_DEPENDS= libtkgeomap.so:${PORTSDIR}/ USES+= tk:run NO_BUILD= yes -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -Ee 's,\[pwd\],${DATADIR}/src,;s,(lines/|places/|src/),${DATADIR}/\1,g;s,wish,${WISH},' ${WRKSRC}/src/PTiger.tcl do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/src/PTiger.tcl ${PREFIX}/bin/${PORTNAME} - @${INSTALL} -d ${DATADIR} - @${CP} -Rf ${WRKSRC}/lines ${WRKSRC}/places ${WRKSRC}/src ${DATADIR}/ + ${INSTALL_SCRIPT} ${WRKSRC}/src/PTiger.tcl ${STAGEDIR}${PREFIX}/bin/${PORTNAME} + ${MKDIR} ${STAGEDIR}${DATADIR} + ${CP} -Rf ${WRKSRC}/lines ${WRKSRC}/places ${WRKSRC}/src ${STAGEDIR}${DATADIR} .include