diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-24 15:11:40 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-24 15:11:40 +0000 |
commit | 3484c276180e9001d2fec00011e23d923b72839d (patch) | |
tree | 507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /net-p2p/createtorrent/Makefile | |
parent | - Fix home page url (diff) |
Support staging.
Diffstat (limited to 'net-p2p/createtorrent/Makefile')
-rw-r--r-- | net-p2p/createtorrent/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/createtorrent/Makefile b/net-p2p/createtorrent/Makefile index cc7fa41e9b5c..f7f99cb537d1 100644 --- a/net-p2p/createtorrent/Makefile +++ b/net-p2p/createtorrent/Makefile @@ -16,8 +16,7 @@ USE_OPENSSL= yes PLIST_FILES= bin/createtorrent -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |