aboutsummaryrefslogtreecommitdiff
path: root/mail/roundcube
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2019-10-24 11:17:20 +0000
committerAlex Dupre <ale@FreeBSD.org>2019-10-24 11:17:20 +0000
commitb76892bee909dff460ef6d349f00f51116fef6cf (patch)
treebb40e04cf1a697f195574baa1636c8cdab74b114 /mail/roundcube
parentbeedbaa2a1d94a3ebdf3752baf86ad538a6428c4 (diff)
downloadports-b76892bee909dff460ef6d349f00f51116fef6cf.tar.gz
ports-b76892bee909dff460ef6d349f00f51116fef6cf.zip
Notes
Diffstat (limited to 'mail/roundcube')
-rw-r--r--mail/roundcube/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/roundcube/Makefile b/mail/roundcube/Makefile
index 162aae3a3c28..acf079f3e54b 100644
--- a/mail/roundcube/Makefile
+++ b/mail/roundcube/Makefile
@@ -46,16 +46,13 @@ GD_VARS= use_php+=gd
LDAP_VARS= use_php+=ldap
MYSQL_VARS= use_php+=pdo_mysql
NSC_IMPLIES= PSPELL
-NSC_VARS= use_php+=simplexml rcubecomp+=spellchecker.php
+NSC_VARS= use_php+=simplexml
PGSQL_VARS= use_php+=pdo_pgsql
PSPELL_VARS= use_php+=pspell
SQLITE_VARS= use_php+=pdo_sqlite
SUB_FILES= newsyslog.conf
-post-extract-NSC-on:
- @${CP} ${FILESDIR}/spellchecker.php ${WRKSRC}
-
post-patch:
@${FIND} ${WRKSRC} -name \*.orig -type f -delete
@@ -72,6 +69,10 @@ do-install:
@${ECHO_CMD} '@postexec chown ${WWWOWN}:${WWWGRP} %D/${WWWDIR_REL}/temp' \
>> ${TMPPLIST}
+do-install-NSC-on:
+ @${INSTALL_DATA} ${FILESDIR}/spellchecker.php ${STAGEDIR}${WWWDIR}
+ @${ECHO_CMD} '${WWWDIR_REL}/spellchecker.php' >> ${TMPPLIST}
+
do-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for i in ${PORTDOCS}