aboutsummaryrefslogtreecommitdiff
path: root/archivers/rpm5
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/rpm5
parent5fcb22d8096c4c025d05854e86b1302387fb24b0 (diff)
Notes
Diffstat (limited to 'archivers/rpm5')
-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>