svn commit: r345377 - head/misc/fortune-mod-bible

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 11:42:17 UTC 2014


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>


More information about the svn-ports-all mailing list