svn commit: r364989 - head/games/d2x-xl

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 15 16:00:28 UTC 2014


Author: amdmi3
Date: Fri Aug 15 16:00:28 2014
New Revision: 364989
URL: http://svnweb.freebsd.org/changeset/ports/364989
QAT: https://qat.redports.org/buildarchive/r364989/

Log:
  - Stagify
  
  Approved by:	portmgr blanket

Modified:
  head/games/d2x-xl/Makefile

Modified: head/games/d2x-xl/Makefile
==============================================================================
--- head/games/d2x-xl/Makefile	Fri Aug 15 15:59:21 2014	(r364988)
+++ head/games/d2x-xl/Makefile	Fri Aug 15 16:00:28 2014	(r364989)
@@ -35,7 +35,6 @@ SUB_FILES=	pkg-message
 OPTIONS_DEFINE=	OPENGL
 OPTIONS_DEFAULT=	OPENGL
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${ARCH} == "sparc64"
@@ -64,10 +63,9 @@ post-patch:
 		${XARGS} ${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|'
 
 do-install:
-	@${MKDIR} ${DATADIR}
-	@cd ${DATADIR} && \
+	@${MKDIR} ${STAGEDIR}${DATADIR}
+	@cd ${STAGEDIR}${DATADIR} && \
 		unrar x -o+ ${DISTDIR}/${PORTNAME}-data-${DATAVERSION}.rar >/dev/null
-	${INSTALL_PROGRAM} ${WRKSRC}/d2x-xl ${PREFIX}/bin/d2x-xl
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_PROGRAM} ${WRKSRC}/d2x-xl ${STAGEDIR}${PREFIX}/bin/d2x-xl
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list