aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/darcnes
diff options
context:
space:
mode:
authorgrembo <grembo@FreeBSD.org>2014-06-03 01:26:45 +0800
committergrembo <grembo@FreeBSD.org>2014-06-03 01:26:45 +0800
commitb5903ca520d06f224573ee4f0a085944ad318f1d (patch)
treefb379b0221c467a6eb4400a3ec10e39bf2c80da6 /emulators/darcnes
parent0dfb1a7be633819456b03d1e8da984f61cae688f (diff)
downloadfreebsd-ports-gnome-b5903ca520d06f224573ee4f0a085944ad318f1d.tar.gz
freebsd-ports-gnome-b5903ca520d06f224573ee4f0a085944ad318f1d.tar.zst
freebsd-ports-gnome-b5903ca520d06f224573ee4f0a085944ad318f1d.zip
Stagify.
Reviewed by: flo (mentor) Approved by: flo (mentor)
Diffstat (limited to 'emulators/darcnes')
-rw-r--r--emulators/darcnes/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/emulators/darcnes/Makefile b/emulators/darcnes/Makefile
index 824045704256..27c0412ee6bf 100644
--- a/emulators/darcnes/Makefile
+++ b/emulators/darcnes/Makefile
@@ -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>