summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-02-08 19:53:23 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2014-02-08 19:53:23 +0000
commit3c54a5e55381398dc4b28e8be2ec805ebaf5d908 (patch)
treea43bee127589b4e94b2e8f39f812935ce31cf054 /archivers
parentThe generation of Prima/Config.pm is not stage safe. (diff)
Install the documentation into the right directory after r338682.
Notes
Notes: svn path=/head/; revision=343377
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rpm5/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile
index 4f3a517be31c..c04978ea8a14 100644
--- a/archivers/rpm5/Makefile
+++ b/archivers/rpm5/Makefile
@@ -108,9 +108,8 @@ post-build:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- # Install documentation
${MKDIR} ${STAGEDIR}${DOCSDIR}/apidocs/html
- cd ${WRKSRC}/apidocs/html && ${COPYTREE_SHARE} . ${DOCSDIR}/apidocs/html/
+ cd ${WRKSRC}/apidocs/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/apidocs/html/
.endif
.include <bsd.port.mk>