diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-07 19:54:20 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-07 19:54:20 +0000 |
commit | da551011c7668f1b66dfd1e687968366ad59cc11 (patch) | |
tree | a7f98f8409dba199190f96ca4b2c164098327cee /finance | |
parent | 1ca2958ec34eefd19f4e36a888fdd51278d7da6c (diff) | |
download | ports-da551011c7668f1b66dfd1e687968366ad59cc11.tar.gz ports-da551011c7668f1b66dfd1e687968366ad59cc11.zip |
Notes
Diffstat (limited to 'finance')
-rw-r--r-- | finance/vanitygen/Makefile | 6 |
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> |