diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-08 03:54:20 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-08 03:54:20 +0800 |
commit | c5c68ff013c90a7bb38982d0d8b6959ebee2dab2 (patch) | |
tree | a7f98f8409dba199190f96ca4b2c164098327cee /finance/vanitygen | |
parent | 4083f4b084b3978de1eff06b2886ec42ec857fce (diff) | |
download | freebsd-ports-gnome-c5c68ff013c90a7bb38982d0d8b6959ebee2dab2.tar.gz freebsd-ports-gnome-c5c68ff013c90a7bb38982d0d8b6959ebee2dab2.tar.zst freebsd-ports-gnome-c5c68ff013c90a7bb38982d0d8b6959ebee2dab2.zip |
Stage support
Diffstat (limited to 'finance/vanitygen')
-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> |