summaryrefslogtreecommitdiff
path: root/mail/squirrelmail-vlogin-plugin/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-18 12:40:01 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-18 12:40:01 +0000
commitafba8532545bd6ca702dc2ca350449887b802e0f (patch)
treef34c56ca58922eaf318d9ba19128e95c2c27c0a6 /mail/squirrelmail-vlogin-plugin/Makefile
parentPrevious commit to knot.in was truncated causing the rc script to be (diff)
- Stage support
- While here cleanup some whitespaces / dependencys
Notes
Notes: svn path=/head/; revision=344880
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