svn commit: r360477 - head/games/quake2-rogue

William Grzybowski wg at FreeBSD.org
Thu Jul 3 22:33:16 UTC 2014


Author: wg
Date: Thu Jul  3 22:33:15 2014
New Revision: 360477
URL: http://svnweb.freebsd.org/changeset/ports/360477
QAT: https://qat.redports.org/buildarchive/r360477/

Log:
  games/quake2-rogue: support stage

Modified:
  head/games/quake2-rogue/Makefile

Modified: head/games/quake2-rogue/Makefile
==============================================================================
--- head/games/quake2-rogue/Makefile	Thu Jul  3 22:31:37 2014	(r360476)
+++ head/games/quake2-rogue/Makefile	Thu Jul  3 22:33:15 2014	(r360477)
@@ -19,7 +19,6 @@ SUB_FILES=	pkg-message
 PLIST_FILES=	%%Q2DIR%%/${PORTNAME}/game.so
 PLIST_DIRS=	%%Q2DIR%%/${PORTNAME}
 
-NO_STAGE=	yes
 do-extract:
 	@${MKDIR} ${WRKDIR}
 	@cd ${WRKDIR} && uncompress -c ${DISTDIR}/${DISTFILES} | \
@@ -33,13 +32,8 @@ post-patch:
 	@${REINPLACE_CMD} -e 's/__linux__/__unix__/' ${WRKSRC}/q_shared.[ch]
 
 do-install:
-	@${MKDIR} ${Q2DIR}/${PORTNAME}
-	${INSTALL_PROGRAM} ${WRKSRC}/game.so ${Q2DIR}/${PORTNAME}
-
-post-install:
-	@${ECHO_CMD}
-	@${CAT} ${PKGMESSAGE}
-	@${ECHO_CMD}
+	@${MKDIR} ${STAGEDIR}${Q2DIR}/${PORTNAME}
+	${INSTALL_PROGRAM} ${WRKSRC}/game.so ${STAGEDIR}${Q2DIR}/${PORTNAME}
 
 .include "${.CURDIR}/../quake2-data/Makefile.include"
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list