diff --git a/www/hastymail2/Makefile b/www/hastymail2/Makefile index 415c59b7c657..775f636b5f8d 100644 --- a/www/hastymail2/Makefile +++ b/www/hastymail2/Makefile @@ -3,7 +3,7 @@ PORTNAME= hastymail2 PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= www mail MASTER_SITES= SF/hastymail/Hastymail2%20Stable%20Releases/Hastymail2%201.1/ diff --git a/www/hastymail2/pkg-plist b/www/hastymail2/pkg-plist index a8b563569569..426b7b6c1c8f 100644 --- a/www/hastymail2/pkg-plist +++ b/www/hastymail2/pkg-plist @@ -429,9 +429,9 @@ %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/SpellChecker.php %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/utils/JSON.php %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/classes/utils/Logger.php -@unexec if cmp -s %D/%%WWWDIR%%/plugins/spellchecker/config.php.sample %D/%%WWWDIR%%/plugins/spellchecker/config.php; then rm -f %D/%%WWWDIR%%/plugins/spellchecker/config.php; fi +@unexec if cmp -s %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php.sample %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php; then rm -f %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php; fi %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php.sample -@exec if [ ! -f %D/%%WWWDIR%%/plugins/spellchecker/config.php ]; then cp -p %D/%F %B/config.php; fi +@exec if [ ! -f %D/%%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/config.php ]; then cp -p %D/%F %B/config.php; fi %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/css/content.css %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/editor_plugin.js %%WWWDIR%%/plugins/html_mail/tiny_mce/plugins/spellchecker/editor_plugin_src.js