From 776f3b468005ad889d793187411c1a071af101d4 Mon Sep 17 00:00:00 2001 From: John Marino Date: Sat, 9 Nov 2013 13:02:19 +0000 Subject: lang/gnatdroid-(sysroot,binutils): convert to staging --- lang/gnatdroid-sysroot/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'lang/gnatdroid-sysroot') diff --git a/lang/gnatdroid-sysroot/Makefile b/lang/gnatdroid-sysroot/Makefile index 00b6ce9c5cc1..6b6ff1b14c00 100644 --- a/lang/gnatdroid-sysroot/Makefile +++ b/lang/gnatdroid-sysroot/Makefile @@ -4,8 +4,7 @@ PORTNAME= sysroot PORTVERSION= 9 CATEGORIES= lang -MASTER_SITES= http://downloads.dragonlace.net/src/ \ - http://dragonlace.mirrors.ada.cx/src/ +MASTER_SITES= http://downloads.dragonlace.net/src/ PKGNAMEPREFIX= gnatdroid- DISTNAME= android-9-arm @@ -19,10 +18,9 @@ NO_MTREE= YES WRKSRC= ${WRKDIR}/android-${PORTVERSION}-arm PREFIX= ${LOCALBASE}/android9 -NO_STAGE= yes do-install: - (cd ${WRKSRC} && ${FIND} usr/ -type d -exec ${MKDIR} ${PREFIX}/{} \;) + (cd ${WRKSRC} && ${FIND} usr/ -type d -exec ${MKDIR} ${STAGEDIR}${PREFIX}/{} \;) (cd ${WRKSRC} && ${FIND} usr/ -type f -exec \ - ${INSTALL} -p -o root -g wheel ${WRKSRC}/{} ${PREFIX}/{} \;) + ${INSTALL} -p -o root -g wheel ${WRKSRC}/{} ${STAGEDIR}${PREFIX}/{} \;) .include -- cgit v1.2.3