diff options
author | Chris Rees <crees@FreeBSD.org> | 2014-01-02 03:46:53 +0800 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2014-01-02 03:46:53 +0800 |
commit | 2dfa5c1e703f65326a897b69941240c8a3aa613c (patch) | |
tree | 90af13a8695ab3919bff291ff542a39dbc6cd20b /net-p2p | |
parent | 2f7545db2a1a40df9aeb3a1be841ccb8cf88009c (diff) | |
download | freebsd-ports-gnome-2dfa5c1e703f65326a897b69941240c8a3aa613c.tar.gz freebsd-ports-gnome-2dfa5c1e703f65326a897b69941240c8a3aa613c.tar.zst freebsd-ports-gnome-2dfa5c1e703f65326a897b69941240c8a3aa613c.zip |
Fix stage
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/transmission-qt4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-p2p/transmission-qt4/Makefile b/net-p2p/transmission-qt4/Makefile index 8ecfabeba1e6..c1189edcdd7e 100644 --- a/net-p2p/transmission-qt4/Makefile +++ b/net-p2p/transmission-qt4/Makefile @@ -33,7 +33,8 @@ post-build: @(cd ${WRKSRC}/qt ; ${QMAKE} ${QMAKE_ARGS} qtr.pro ; ${GMAKE}) do-install: - @(cd ${WRKSRC}/qt ; ${SETENV} INSTALL_ROOT=${PREFIX} ${MAKE} install) + @(cd ${WRKSRC}/qt ; \ + ${SETENV} INSTALL_ROOT=${STAGEDIR}${PREFIX} ${MAKE} install) post-install: general-install @${MKDIR} ${DOCSDIR} |