diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-18 20:40:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-18 20:40:01 +0800 |
commit | fb1867966d0d8fcc087954ee8b7c17b53673e591 (patch) | |
tree | f34c56ca58922eaf318d9ba19128e95c2c27c0a6 /mail/squirrelmail-vlogin-plugin | |
parent | 8d33ed521d5bd45b912f86f44ee40ae0a71ee90f (diff) | |
download | freebsd-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/Makefile | 5 |
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 |