diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-18 12:40:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-18 12:40:01 +0000 |
commit | afba8532545bd6ca702dc2ca350449887b802e0f (patch) | |
tree | f34c56ca58922eaf318d9ba19128e95c2c27c0a6 /mail/squirrelmail-tmda-plugin | |
parent | 5445cec046409fa7c0170177ddce30e7c780fdc0 (diff) | |
download | ports-afba8532545bd6ca702dc2ca350449887b802e0f.tar.gz ports-afba8532545bd6ca702dc2ca350449887b802e0f.zip |
- Stage support
- While here cleanup some whitespaces / dependencys
Notes
Notes:
svn path=/head/; revision=344880
Diffstat (limited to 'mail/squirrelmail-tmda-plugin')
-rw-r--r-- | mail/squirrelmail-tmda-plugin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/squirrelmail-tmda-plugin/Makefile b/mail/squirrelmail-tmda-plugin/Makefile index 4ba74585e481..4833916701a5 100644 --- a/mail/squirrelmail-tmda-plugin/Makefile +++ b/mail/squirrelmail-tmda-plugin/Makefile @@ -31,7 +31,6 @@ PLIST_SUB+= SQUIRRELDIR=squirrelmail TMDATOOLDIR?= ${SQUIRRELDIR}/plugins/${SQUIRREL_PLUGIN_NAME} PLIST_SUB+= TMDATOOLDIR=plugins/${SQUIRREL_PLUGIN_NAME} -NO_STAGE= yes pre-everything:: @${ECHO} "The plugin expects SquirrelMail install in ${SQUIRRELDIR}" @${ECHO} "To use the old location ${PREFIX}/squirrelmail define WITHOUT_WWWDIR=yes" @@ -44,9 +43,9 @@ post-patch: @${RM} ${WRKSRC}/tmdatools_config.php.sample.bak do-install: - @${MKDIR} ${TMDATOOLDIR} - @${CP} -Rp ${WRKSRC}/ ${TMDATOOLDIR} - @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${TMDATOOLDIR} + @${MKDIR} ${STAGEDIR}${TMDATOOLDIR} + @${CP} -Rp ${WRKSRC}/ ${STAGEDIR}${TMDATOOLDIR} + @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${TMDATOOLDIR} @${RM} -f ${WRKSRC}/tmdatools_config.php.sample.bak post-install: |