Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2014 07:08:53 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346116 - head/games/doom-hacx
Message-ID:  <201402260708.s1Q78rRF064087@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Wed Feb 26 07:08:53 2014
New Revision: 346116
URL: http://svnweb.freebsd.org/changeset/ports/346116
QAT: https://qat.redports.org/buildarchive/r346116/

Log:
  Support staging

Modified:
  head/games/doom-hacx/Makefile

Modified: head/games/doom-hacx/Makefile
==============================================================================
--- head/games/doom-hacx/Makefile	Wed Feb 26 07:00:22 2014	(r346115)
+++ head/games/doom-hacx/Makefile	Wed Feb 26 07:08:53 2014	(r346116)
@@ -21,7 +21,6 @@ DATADIR=	${DMDIR}/${PORTNAME}
 PLIST_FILES=	%%DATADIR%%/${DISTNAME}
 PLIST_DIRS=	%%DATADIR%%
 
-NO_STAGE=	yes
 .include "${.CURDIR}/../doom-data/Makefile.include"
 
 .include <bsd.port.pre.mk>
@@ -32,7 +31,7 @@ do-extract:
 		${WRKDIR}/${DISTNAME}
 
 do-install:
-	@${MKDIR} ${DATADIR}
-	@${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${DATADIR}
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	${INSTALL_DATA} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.post.mk>



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