aboutsummaryrefslogtreecommitdiffstats
path: root/mail/squirrelmail-vlogin-plugin
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-18 20:40:01 +0800
committermiwi <miwi@FreeBSD.org>2014-02-18 20:40:01 +0800
commitfb1867966d0d8fcc087954ee8b7c17b53673e591 (patch)
treef34c56ca58922eaf318d9ba19128e95c2c27c0a6 /mail/squirrelmail-vlogin-plugin
parent8d33ed521d5bd45b912f86f44ee40ae0a71ee90f (diff)
downloadfreebsd-ports-gnome-fb1867966d0d8fcc087954ee8b7c17b53673e591.tar.gz
freebsd-ports-gnome-fb1867966d0d8fcc087954ee8b7c17b53673e591.tar.zst
freebsd-ports-gnome-fb1867966d0d8fcc087954ee8b7c17b53673e591.zip
- Stage support
- While here cleanup some whitespaces / dependencys
Diffstat (limited to 'mail/squirrelmail-vlogin-plugin')
-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