aboutsummaryrefslogtreecommitdiff
path: root/finance/vanitygen
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-01-07 19:54:20 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-01-07 19:54:20 +0000
commitda551011c7668f1b66dfd1e687968366ad59cc11 (patch)
treea7f98f8409dba199190f96ca4b2c164098327cee /finance/vanitygen
parent1ca2958ec34eefd19f4e36a888fdd51278d7da6c (diff)
downloadports-da551011c7668f1b66dfd1e687968366ad59cc11.tar.gz
ports-da551011c7668f1b66dfd1e687968366ad59cc11.zip
Notes
Diffstat (limited to 'finance/vanitygen')
-rw-r--r--finance/vanitygen/Makefile6
1 files changed, 2 insertions, 4 deletions
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 <bsd.port.mk>