aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2013-10-18 03:22:58 +0800
committerrakuco <rakuco@FreeBSD.org>2013-10-18 03:22:58 +0800
commita7549f9d1499fceb2b9e7e8663ef4e8a621b420e (patch)
treeeeb7ed729e72f1273606a2b127542408486e084d /misc
parent6207d012a665fb05b6e5d155a0c38747cad1c56d (diff)
downloadfreebsd-ports-gnome-a7549f9d1499fceb2b9e7e8663ef4e8a621b420e.tar.gz
freebsd-ports-gnome-a7549f9d1499fceb2b9e7e8663ef4e8a621b420e.tar.zst
freebsd-ports-gnome-a7549f9d1499fceb2b9e7e8663ef4e8a621b420e.zip
Properly support staging after r330463.
Submitted by: antoine@
Diffstat (limited to 'misc')
-rw-r--r--misc/py-qt4-doc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/py-qt4-doc/Makefile b/misc/py-qt4-doc/Makefile
index f7bf7297227f..1d3abcf5aef2 100644
--- a/misc/py-qt4-doc/Makefile
+++ b/misc/py-qt4-doc/Makefile
@@ -21,13 +21,13 @@ PORTDOCS= *
do-install:
cd ${WRKSRC} &&\
- ${MKDIR} ${DOCSDIR} &&\
+ ${MKDIR} ${STAGEDIR}${DOCSDIR} &&\
${INSTALL_DATA} GPL_EXCEPTION.TXT\
GPL_EXCEPTION_ADDENDUM.TXT NEWS\
LICENSE.GPL2 LICENSE.GPL3\
OPENSOURCE-NOTICE.TXT README THANKS\
- ${DOCSDIR}
- cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${DOCSDIR}
+ ${STAGEDIR}${DOCSDIR}
+ cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${STAGEDIR}${DOCSDIR}
.include "../../devel/py-qt4/bsd.pyqt.mk"
.include <bsd.port.mk>