svn commit: r349864 - head/net-p2p/transmission-qt4
Antoine Brodin
antoine at FreeBSD.org
Tue Apr 1 17:28:33 UTC 2014
Author: antoine
Date: Tue Apr 1 17:28:32 2014
New Revision: 349864
URL: http://svnweb.freebsd.org/changeset/ports/349864
QAT: https://qat.redports.org/buildarchive/r349864/
Log:
Do not violate stagedir
Reported by: poudriere
With hat: portmgr
Modified:
head/net-p2p/transmission-qt4/Makefile
Modified: head/net-p2p/transmission-qt4/Makefile
==============================================================================
--- head/net-p2p/transmission-qt4/Makefile Tue Apr 1 17:27:31 2014 (r349863)
+++ head/net-p2p/transmission-qt4/Makefile Tue Apr 1 17:28:32 2014 (r349864)
@@ -37,7 +37,7 @@ do-install:
${SETENV} INSTALL_ROOT=${STAGEDIR}${PREFIX} ${MAKE} install)
post-install: general-install
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/qt/README.txt \
${STAGEDIR}${DOCSDIR}/README-qt4
@${INSTALL_DATA} ${WRKSRC}/qt/transmission-qt.desktop \
More information about the svn-ports-all
mailing list