Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2014 11:42:17 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345377 - head/misc/fortune-mod-bible
Message-ID:  <201402211142.s1LBgHLB015881@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Fri Feb 21 11:42:17 2014
New Revision: 345377
URL: http://svnweb.freebsd.org/changeset/ports/345377
QAT: https://qat.redports.org/buildarchive/r345377/

Log:
  - Stage support

Modified:
  head/misc/fortune-mod-bible/Makefile

Modified: head/misc/fortune-mod-bible/Makefile
==============================================================================
--- head/misc/fortune-mod-bible/Makefile	Fri Feb 21 11:32:12 2014	(r345376)
+++ head/misc/fortune-mod-bible/Makefile	Fri Feb 21 11:42:17 2014	(r345377)
@@ -18,16 +18,13 @@ USE_BZIP2=	yes
 SUB_FILES+=	pkg-message
 _STRFILE=	/usr/games/strfile
 
-NO_STAGE=	yes
 do-build:
 	@cd ${WRKSRC} && ${_STRFILE} -C bible
 
 do-install:
-	@${MKDIR} ${PREFIX}/share/games
-	@${MKDIR} ${PREFIX}/share/games/fortune
-	@${INSTALL_DATA} ${WRKSRC}/bible* ${PREFIX}/share/games/fortune
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/games
+	@${MKDIR} ${STAGEDIR}${PREFIX}/share/games/fortune
+	@${INSTALL_DATA} ${WRKSRC}/bible* ${STAGEDIR}${PREFIX}/share/games/fortune
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
 
 .include <bsd.port.mk>



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