From owner-svn-ports-all@FreeBSD.ORG Sun Sep 29 11:18:06 2013 Return-Path: <owner-svn-ports-all@FreeBSD.ORG> 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 ESMTP id 0B68ACA5; Sun, 29 Sep 2013 11:18:06 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) 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 EDD712236; Sun, 29 Sep 2013 11:18:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r8TBI5Wm020337; Sun, 29 Sep 2013 11:18:05 GMT (envelope-from madpilot@svn.freebsd.org) Received: (from madpilot@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r8TBI570020335; Sun, 29 Sep 2013 11:18:05 GMT (envelope-from madpilot@svn.freebsd.org) Message-Id: <201309291118.r8TBI570020335@svn.freebsd.org> From: Guido Falsi <madpilot@FreeBSD.org> Date: Sun, 29 Sep 2013 11:18:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328679 - head/games/traindirector 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.14 Precedence: list List-Id: SVN commit messages for the ports tree <svn-ports-all.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/svn-ports-all> List-Post: <mailto:svn-ports-all@freebsd.org> List-Help: <mailto:svn-ports-all-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/svn-ports-all>, <mailto:svn-ports-all-request@freebsd.org?subject=subscribe> X-List-Received-Date: Sun, 29 Sep 2013 11:18:06 -0000 Author: madpilot Date: Sun Sep 29 11:18:05 2013 New Revision: 328679 URL: http://svnweb.freebsd.org/changeset/ports/328679 Log: - Support staging Modified: head/games/traindirector/Makefile Modified: head/games/traindirector/Makefile ============================================================================== --- head/games/traindirector/Makefile Sun Sep 29 11:17:43 2013 (r328678) +++ head/games/traindirector/Makefile Sun Sep 29 11:18:05 2013 (r328679) @@ -29,8 +29,7 @@ PLIST_FILES= bin/traindir3 MAKEFILE= Makefile.fc9 -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/traindir3 ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKDIR}/traindir3 ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>