Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2013 11:18:05 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328679 - head/games/traindirector
Message-ID:  <201309291118.r8TBI570020335@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309291118.r8TBI570020335>