svn commit: r356239 - head/emulators/darcnes

Michael Gmelin grembo at FreeBSD.org
Mon Jun 2 17:26:46 UTC 2014


Author: grembo
Date: Mon Jun  2 17:26:45 2014
New Revision: 356239
URL: http://svnweb.freebsd.org/changeset/ports/356239
QAT: https://qat.redports.org/buildarchive/r356239/

Log:
  Stagify.
  
  Reviewed by:	flo (mentor)
  Approved by:	flo (mentor)

Modified:
  head/emulators/darcnes/Makefile

Modified: head/emulators/darcnes/Makefile
==============================================================================
--- head/emulators/darcnes/Makefile	Mon Jun  2 16:55:31 2014	(r356238)
+++ head/emulators/darcnes/Makefile	Mon Jun  2 17:26:45 2014	(r356239)
@@ -5,7 +5,9 @@ PORTNAME=	darcnes
 PORTVERSION=	9b0401
 PORTREVISION=	6
 CATEGORIES=	emulators
-MASTER_SITES=	http://www.dridus.com/~nyef/darcnes/download/
+MASTER_SITES=	http://www.dridus.com/~nyef/darcnes/download/ \
+		${MASTER_SITE_LOCAL}
+MASTER_SITE_SUBDIR= grembo
 DISTNAME=	dn${PORTVERSION}
 EXTRACT_SUFX=	.tgz
 
@@ -21,7 +23,6 @@ USES=		gmake
 MAKE_ARGS=	CC="${CC}" TARGET_CC="${CC}" CXX="${CXX}" TARGET_CXX="${CXX}" \
 		AS="${AS}" TARGET_AS="${CC}" LD="${LD}" TARGET_LD="${CC}"
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if ${ARCH} != "i386" || defined(WITHOUT_X86_ASM)
@@ -48,10 +49,10 @@ post-patch:
 	@${CP} ${FILESDIR}/endian.h ${WRKSRC}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/darcnes ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/darcnes ${STAGEDIR}${PREFIX}/bin
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/readme ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list