aboutsummaryrefslogtreecommitdiff
path: root/mail/squirrelmail-vlogin-plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/squirrelmail-vlogin-plugin/Makefile')
-rw-r--r--mail/squirrelmail-vlogin-plugin/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/squirrelmail-vlogin-plugin/Makefile b/mail/squirrelmail-vlogin-plugin/Makefile
index 6aebe932ce46..07d1eae6e2a5 100644
--- a/mail/squirrelmail-vlogin-plugin/Makefile
+++ b/mail/squirrelmail-vlogin-plugin/Makefile
@@ -14,7 +14,6 @@ USE_SM_COMPAT= yes
DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
@@ -24,8 +23,8 @@ pre-install::
.if !defined(NOPORTDOCS)
cd ${WRKSRC}/${PORTNAME}/docs \
&& ${RM} .htaccess index.php \
- && ${MKDIR} ${DOCSDIR} \
- && ${COPYTREE_SHARE} \* ${DOCSDIR} \
+ && ${MKDIR} ${STAGEDIR}${DOCSDIR} \
+ && ${COPYTREE_SHARE} \* ${STAGEDIR}${DOCSDIR} \
&& cd ${WRKSRC}/${PORTNAME} \
&& ${RM} -rf README docs
.else