From a57e25e19f546eddc7c1e37a8190e39b82d80924 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Wed, 23 Oct 2013 20:30:50 +0000 Subject: Support staging. --- devel/bunny/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'devel') diff --git a/devel/bunny/Makefile b/devel/bunny/Makefile index 7835f593e16f..c5c711cd501a 100644 --- a/devel/bunny/Makefile +++ b/devel/bunny/Makefile @@ -22,7 +22,6 @@ ONLY_FOR_ARCHS_REASON= Fails to compile: invokes i386 asm OPTIONS_DEFINE=DOCS -NO_STAGE= yes .include post-patch: @@ -30,12 +29,12 @@ post-patch: do-install: .for f in ${PLIST_FILES} - ${INSTALL_PROGRAM} ${WRKSRC}/${f:C/bin\///} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${f:C/bin\///} ${STAGEDIR}${PREFIX}/bin .endfor .if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .endif .include -- cgit