From da551011c7668f1b66dfd1e687968366ad59cc11 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Tue, 7 Jan 2014 19:54:20 +0000 Subject: Stage support --- finance/vanitygen/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'finance') diff --git a/finance/vanitygen/Makefile b/finance/vanitygen/Makefile index 27e836428e19..edcf12df128e 100644 --- a/finance/vanitygen/Makefile +++ b/finance/vanitygen/Makefile @@ -19,8 +19,6 @@ GH_PROJECT= ${PORTNAME} GH_TAGNAME= 20130402 PLIST_FILES= bin/keyconv bin/vanitygen -NO_STAGE= yes - WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} post-patch: @@ -30,7 +28,7 @@ post-patch: ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/keyconv ${PREFIX}/bin/ - ${INSTALL_PROGRAM} ${WRKSRC}/vanitygen ${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/keyconv ${STAGEDIR}${PREFIX}/bin/ + ${INSTALL_PROGRAM} ${WRKSRC}/vanitygen ${STAGEDIR}${PREFIX}/bin/ .include -- cgit v1.2.3