From 3c54a5e55381398dc4b28e8be2ec805ebaf5d908 Mon Sep 17 00:00:00 2001 From: Raphael Kubo da Costa Date: Sat, 8 Feb 2014 19:53:23 +0000 Subject: [PATCH] Install the documentation into the right directory after r338682. --- archivers/rpm5/Makefile | 3 +-- 1 file changed, 1 insertion(+), 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