Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 10:21:06 +0000 (UTC)
From:      Frederic Culot <culot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346485 - head/french/fortune-mod-zarathoustra
Message-ID:  <201402281021.s1SAL6Mb022960@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: culot
Date: Fri Feb 28 10:21:05 2014
New Revision: 346485
URL: http://svnweb.freebsd.org/changeset/ports/346485
QAT: https://qat.redports.org/buildarchive/r346485/

Log:
  - Support staging

Modified:
  head/french/fortune-mod-zarathoustra/Makefile

Modified: head/french/fortune-mod-zarathoustra/Makefile
==============================================================================
--- head/french/fortune-mod-zarathoustra/Makefile	Fri Feb 28 10:17:57 2014	(r346484)
+++ head/french/fortune-mod-zarathoustra/Makefile	Fri Feb 28 10:21:05 2014	(r346485)
@@ -14,7 +14,6 @@ SUB_FILES=	pkg-message
 
 STRCMD=		/usr/games/strfile
 
-NO_STAGE=	yes
 pre-build:
 .if !exists(${STRCMD})
 	@${ECHO_MSG} "Please install the games distribution"
@@ -25,8 +24,8 @@ do-build:
 	@cd ${WRKSRC} && ${STRCMD} zarathoustra
 
 do-install:
-	@${MKDIR} ${PREFIX}/share/games/fortune
-	@${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${PREFIX}/share/games/fortune
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune
+	@${INSTALL_DATA} ${WRKSRC}/zarathoustra* ${STAGEDIR}${PREFIX}/share/games/fortune
 
 post-install:
 	@${CAT} ${PKGMESSAGE}



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