diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-24 23:11:40 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-24 23:11:40 +0800 |
commit | 646e34d0f731d9d664f2653567981f9a3661f058 (patch) | |
tree | 507f5b6d7d05ba03a114f9b2031886e90ed6cf4b /net-p2p/createtorrent | |
parent | 657e94aff744f4f977d719d350d2d10fbb9fd42b (diff) | |
download | freebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.tar.gz freebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.tar.zst freebsd-ports-gnome-646e34d0f731d9d664f2653567981f9a3661f058.zip |
Support staging.
Diffstat (limited to 'net-p2p/createtorrent')
-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> |