From owner-svn-ports-all@FreeBSD.ORG Thu May 29 13:23:28 2014 Return-Path: Delivered-To: svn-ports-all@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 481992AB; Thu, 29 May 2014 13:23:28 +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 35514295B; Thu, 29 May 2014 13:23:28 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4TDNS2J006307; Thu, 29 May 2014 13:23:28 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4TDNSfg006306; Thu, 29 May 2014 13:23:28 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201405291323.s4TDNSfg006306@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 29 May 2014 13:23:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355694 - head/games/ttraffic 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.18 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, 29 May 2014 13:23:28 -0000 Author: vanilla Date: Thu May 29 13:23:27 2014 New Revision: 355694 URL: http://svnweb.freebsd.org/changeset/ports/355694 QAT: https://qat.redports.org/buildarchive/r355694/ Log: Stageify. Approved by: portmgr@ Modified: head/games/ttraffic/Makefile Modified: head/games/ttraffic/Makefile ============================================================================== --- head/games/ttraffic/Makefile Thu May 29 12:05:20 2014 (r355693) +++ head/games/ttraffic/Makefile Thu May 29 13:23:27 2014 (r355694) @@ -22,14 +22,13 @@ SHEBANG_LANG= wish wish_OLD_CMD= /usr/bin/wish wish_CMD= ${LOCALBASE}/bin/wish8.4 -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's|/usr/local/share/ttraffic/|${DATADIR}/|' \ ${WRKSRC}/ttraffic.tcl do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/ttraffic.tcl ${PREFIX}/bin/ttraffic - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/ttraffic.levels ${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/ttraffic.tcl ${STAGEDIR}${PREFIX}/bin/ttraffic + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/ttraffic.levels ${STAGEDIR}${DATADIR} .include