summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-07 19:54:20 +0000
committerantoine <antoine@FreeBSD.org>2014-01-07 19:54:20 +0000
commitc5c68ff013c90a7bb38982d0d8b6959ebee2dab2 (patch)
treea7f98f8409dba199190f96ca4b2c164098327cee
parent4083f4b084b3978de1eff06b2886ec42ec857fce (diff)
downloadFreeBSD-ports-c5c68ff013c90a7bb38982d0d8b6959ebee2dab2.zip
FreeBSD-ports-c5c68ff013c90a7bb38982d0d8b6959ebee2dab2.tar.gz
Stage support
-rw-r--r--finance/vanitygen/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/finance/vanitygen/Makefile b/finance/vanitygen/Makefile
index 27e8364..edcf12d 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>
OpenPOWER on IntegriCloud